#C53F72

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

Shades of Royal Heath #C53F72

Tints of Royal Heath #C53F72

Color information

#C53F72 (or 0xC53F72) is unknown color: approx Royal Heath. HEX triplet: C5, 3F and 72. RGB value is (197,63,114). Sum of RGB (Red+Green+Blue) = 197+63+114=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F72 is #3AC08D. Grayscale: #6C6C6C. Windows color (decimal): -3850382 or 7487429. OLE color: 7487429.

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

Color convert

RGB19763114-
CMYK00.680.420.23
HSL337.16º53.6%50.98%-
HSV(B)337.16º68.02%77.25%-
XYZ27.8416.6417.66-
YUV108.88130.89190.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 63 (25% from 255) = 16.84%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=52.67%
G=16.84%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976311400.680.420.23337.1653.650.98
HexC53F720442A171513633
Octal30577162010452275216663
Binary1100010111111111100100100010010101010111101010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F72; }

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

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

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

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

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

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

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

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