#C44E76

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

Shades of Royal Heath #C44E76

Tints of Royal Heath #C44E76

Color information

#C44E76 (or 0xC44E76) is unknown color: approx Royal Heath. HEX triplet: C4, 4E and 76. RGB value is (196,78,118). Sum of RGB (Red+Green+Blue) = 196+78+118=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E76 is #3BB189. Grayscale: #757575. Windows color (decimal): -3912074 or 7753412. OLE color: 7753412.

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

Color convert

RGB19678118-
CMYK00.600.400.23
HSL339.66º50%53.73%-
HSV(B)339.66º60.2%76.86%-
XYZ28.7618.4919.19-
YUV117.84128.09183.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=50%
G=19.90%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967811800.600.400.23339.665053.73
HexC44E7603C28171543236
Octal30411616607450275246266
Binary1100010010011101110110011110010100010111101010100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44E76; }

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

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

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

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

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

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

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

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