#C44076

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

Shades of Royal Heath #C44076

Tints of Royal Heath #C44076

Color information

#C44076 (or 0xC44076) is unknown color: approx Royal Heath. HEX triplet: C4, 40 and 76. RGB value is (196,64,118). Sum of RGB (Red+Green+Blue) = 196+64+118=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C44076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44076 is #3BBF89. Grayscale: #6D6D6D. Windows color (decimal): -3915658 or 7749828. OLE color: 7749828.

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

Color convert

RGB19664118-
CMYK00.670.400.23
HSL335.45º52.8%50.98%-
HSV(B)335.45º67.35%76.86%-
XYZ27.8716.7118.9-
YUV109.62132.73189.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.85%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=51.85%
G=16.93%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966411800.670.400.23335.4552.850.98
HexC44076043281714f3533
Octal304100166010350275176563
Binary11000100100000011101100100001110100010111101001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44076; }

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

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

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

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

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

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

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

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