#C53F71

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

Shades of Royal Heath #C53F71

Tints of Royal Heath #C53F71

Color information

#C53F71 (or 0xC53F71) is unknown color: approx Royal Heath. HEX triplet: C5, 3F and 71. RGB value is (197,63,113). Sum of RGB (Red+Green+Blue) = 197+63+113=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F71 is #3AC08E. Grayscale: #6C6C6C. Windows color (decimal): -3850383 or 7421893. OLE color: 7421893.

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

Color convert

RGB19763113-
CMYK00.680.430.23
HSL337.61º53.6%50.98%-
HSV(B)337.61º68.02%77.25%-
XYZ27.7816.6217.37-
YUV108.77130.39190.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.82%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=52.82%
G=16.89%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976311300.680.430.23337.6153.650.98
HexC53F710442B171523633
Octal30577161010453275226663
Binary1100010111111111100010100010010101110111101010010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F71; }

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

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

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

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

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

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

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

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