#C5416E

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

Shades of Royal Heath #C5416E

Tints of Royal Heath #C5416E

Color information

#C5416E (or 0xC5416E) is unknown color: approx Royal Heath. HEX triplet: C5, 41 and 6E. RGB value is (197,65,110). Sum of RGB (Red+Green+Blue) = 197+65+110=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5416E is #3ABE91. Grayscale: #6D6D6D. Windows color (decimal): -3849874 or 7225797. OLE color: 7225797.

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

Color convert

RGB19765110-
CMYK00.670.440.23
HSL339.55º53.23%51.37%-
HSV(B)339.55º67.01%77.25%-
XYZ27.7316.7816.53-
YUV109.6128.23190.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.96%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=52.96%
G=17.47%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976511000.670.440.23339.5553.2351.37
HexC5416E0432C171543533
Octal305101156010354275246563
Binary11000101100000111011100100001110110010111101010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5416E; }

 p { color: rgb(197,65,110); }

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

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

 a { background-color: rgb(197,65,110); }

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

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

 span { border-color: rgb(197,65,110); }

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