#C04376

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

Shades of Royal Heath #C04376

Tints of Royal Heath #C04376

Color information

#C04376 (or 0xC04376) is unknown color: approx Royal Heath. HEX triplet: C0, 43 and 76. RGB value is (192,67,118). Sum of RGB (Red+Green+Blue) = 192+67+118=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04376 is #3FBC89. Grayscale: #6E6E6E. Windows color (decimal): -4177034 or 7750592. OLE color: 7750592.

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

Color convert

RGB19267118-
CMYK00.650.390.25
HSL335.52º49.8%50.78%-
HSV(B)335.52º65.1%75.29%-
XYZ27.0216.5318.91-
YUV110.19132.41186.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 67 (26.56% from 255) = 17.77%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=50.93%
G=17.77%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926711800.650.390.25335.5249.850.78
HexC0437604127191503233
Octal300103166010147315206263
Binary11000000100001111101100100000110011111001101010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04376; }

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

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

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

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

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

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

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

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