#C44976

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

Shades of Royal Heath #C44976

Tints of Royal Heath #C44976

Color information

#C44976 (or 0xC44976) is unknown color: approx Royal Heath. HEX triplet: C4, 49 and 76. RGB value is (196,73,118). Sum of RGB (Red+Green+Blue) = 196+73+118=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C44976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44976 is #3BB689. Grayscale: #727272. Windows color (decimal): -3913354 or 7752132. OLE color: 7752132.

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

Color convert

RGB19673118-
CMYK00.630.400.23
HSL338.05º51.04%52.75%-
HSV(B)338.05º62.76%76.86%-
XYZ28.4217.8119.08-
YUV114.91129.75185.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=50.65%
G=18.86%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967311800.630.400.23338.0551.0452.75
HexC4497603F28171523335
Octal30411116607750275226365
Binary1100010010010011110110011111110100010111101010010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44976; }

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

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

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

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

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

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

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

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