#C04276

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

Shades of Royal Heath #C04276

Tints of Royal Heath #C04276

Color information

#C04276 (or 0xC04276) is unknown color: approx Royal Heath. HEX triplet: C0, 42 and 76. RGB value is (192,66,118). Sum of RGB (Red+Green+Blue) = 192+66+118=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04276 is #3FBD89. Grayscale: #6D6D6D. Windows color (decimal): -4177290 or 7750336. OLE color: 7750336.

HSL color Cylindrical-coordinate representation of color #C04276: hue angle of 335.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04276 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19266118-
CMYK00.660.390.25
HSL335.24º50%50.59%-
HSV(B)335.24º65.62%75.29%-
XYZ26.9616.4118.89-
YUV109.6132.74186.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=51.06%
G=17.55%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926611800.660.390.25335.245050.59
HexC04276042271914f3233
Octal300102166010247315176263
Binary11000000100001011101100100001010011111001101001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04276; }

 p { color: rgb(192,66,118); }

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

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

 a { background-color: rgb(192,66,118); }

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

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

 span { border-color: rgb(192,66,118); }

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