#C44578

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

Shades of Royal Heath #C44578

Tints of Royal Heath #C44578

Color information

#C44578 (or 0xC44578) is unknown color: approx Royal Heath. HEX triplet: C4, 45 and 78. RGB value is (196,69,120). Sum of RGB (Red+Green+Blue) = 196+69+120=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C44578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44578 is #3BBA87. Grayscale: #707070. Windows color (decimal): -3914376 or 7882180. OLE color: 7882180.

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

Color convert

RGB19669120-
CMYK00.650.390.23
HSL335.91º51.84%51.96%-
HSV(B)335.91º64.8%76.86%-
XYZ28.2817.3519.63-
YUV112.79132.08187.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=50.91%
G=17.92%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966912000.650.390.23335.9151.8451.96
HexC4457804127171503434
Octal304105170010147275206464
Binary11000100100010111110000100000110011110111101010000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44578; }

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

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

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

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

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

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

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

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