#C44576

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

Shades of Royal Heath #C44576

Tints of Royal Heath #C44576

Color information

#C44576 (or 0xC44576) is unknown color: approx Royal Heath. HEX triplet: C4, 45 and 76. RGB value is (196,69,118). Sum of RGB (Red+Green+Blue) = 196+69+118=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44576 is #3BBA89. Grayscale: #707070. Windows color (decimal): -3914378 or 7751108. OLE color: 7751108.

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

Color convert

RGB19669118-
CMYK00.650.400.23
HSL336.85º51.84%51.96%-
HSV(B)336.85º64.8%76.86%-
XYZ28.1617.318.99-
YUV112.56131.08187.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=51.17%
G=18.02%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966911800.650.400.23336.8551.8451.96
HexC4457604128171513434
Octal304105166010150275216464
Binary11000100100010111101100100000110100010111101010001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44576; }

 p { color: rgb(196,69,118); }

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

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

 a { background-color: rgb(196,69,118); }

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

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

 span { border-color: rgb(196,69,118); }

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