#C53F77

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

Shades of Royal Heath #C53F77

Tints of Royal Heath #C53F77

Color information

#C53F77 (or 0xC53F77) is unknown color: approx Royal Heath. HEX triplet: C5, 3F and 77. RGB value is (197,63,119). Sum of RGB (Red+Green+Blue) = 197+63+119=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F77 is #3AC088. Grayscale: #6D6D6D. Windows color (decimal): -3850377 or 7815109. OLE color: 7815109.

HSL color Cylindrical-coordinate representation of color #C53F77: hue angle of 334.93º 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 #C53F77 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19763119-
CMYK00.680.400.23
HSL334.93º53.6%50.98%-
HSV(B)334.93º68.02%77.25%-
XYZ28.1316.7619.2-
YUV109.45133.39190.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=51.98%
G=16.62%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976311900.680.400.23334.9353.650.98
HexC53F77044281714f3633
Octal30577167010450275176663
Binary1100010111111111101110100010010100010111101001111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F77; }

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

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

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

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

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

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

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

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