#C53C77

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

Shades of Royal Heath #C53C77

Tints of Royal Heath #C53C77

Color information

#C53C77 (or 0xC53C77) is unknown color: approx Royal Heath. HEX triplet: C5, 3C and 77. RGB value is (197,60,119). Sum of RGB (Red+Green+Blue) = 197+60+119=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C77 is #3AC388. Grayscale: #6B6B6B. Windows color (decimal): -3851145 or 7814341. OLE color: 7814341.

HSL color Cylindrical-coordinate representation of color #C53C77: hue angle of 334.16º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C77 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19760119-
CMYK00.700.400.23
HSL334.16º54.15%50.39%-
HSV(B)334.16º69.54%77.25%-
XYZ27.9716.4319.15-
YUV107.69134.39191.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 60 (23.83% from 255) = 15.96%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=52.39%
G=15.96%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976011900.700.400.23334.1654.1550.39
HexC53C77046281714e3632
Octal30574167010650275166662
Binary1100010111110011101110100011010100010111101001110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C77; }

 p { color: rgb(197,60,119); }

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

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

 a { background-color: rgb(197,60,119); }

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

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

 span { border-color: rgb(197,60,119); }

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