#c53f74

Color #C53F74 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C53F74

Tints of Royal Heath #C53F74

Color information

#C53F74 (or 0xC53F74) is unknown color: approx Royal Heath. HEX triplet: C5, 3F and 74. RGB value is (197,63,116). Sum of RGB (Red+Green+Blue) = 197+63+116=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F74 is #3AC08B. Grayscale: #6D6D6D. Windows color (decimal): -3850380 or 7618501. OLE color: 7618501.

HSL color Cylindrical-coordinate representation of color #C53F74: hue angle of 336.27º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F74 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19763116-
CMYK00.680.410.23
HSL336.27º53.6%50.98%-
HSV(B)336.27º68.02%77.25%-
XYZ27.9616.6918.27-
YUV109.11131.89190.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=52.39%
G=16.76%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976311600.680.410.23336.2753.650.98
HexC53F7404429171503633
Octal30577164010451275206663
Binary1100010111111111101000100010010100110111101010000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53f74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53f74; }

 p { color: rgb(197,63,116); }

 H1.HeaderClassName
 {
   color: #c53f74;
 }
 .AnyTagClassName
 {
   color: #c53f74;
 }
</style>
background-color css

<style>
 a { background-color: #c53f74; }

 a { background-color: rgb(197,63,116); }

 div.DivClassName
 {
   background-color: #c53f74;
 }
 .BgClassName
 {
   background-color: #c53f74;
 }
</style>
border-color css

<style>
 span { border-color: #c53f74; }

 span { border-color: rgb(197,63,116); }

 td.TdClassName
 {
   border-color: #c53f74;
 }
 .TagClassName
 {
   border-color: #c53f74;
 }
</style>