#C04776

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

Shades of Royal Heath #C04776

Tints of Royal Heath #C04776

Color information

#C04776 (or 0xC04776) is unknown color: approx Royal Heath. HEX triplet: C0, 47 and 76. RGB value is (192,71,118). Sum of RGB (Red+Green+Blue) = 192+71+118=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C04776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04776 is #3FB889. Grayscale: #707070. Windows color (decimal): -4176010 or 7751616. OLE color: 7751616.

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

Color convert

RGB19271118-
CMYK00.630.390.25
HSL336.69º48.99%51.57%-
HSV(B)336.69º63.02%75.29%-
XYZ27.2617.0218.99-
YUV112.54131.09184.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=50.39%
G=18.64%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927111800.630.390.25336.6948.9951.57
HexC0477603F27191513134
Octal30010716607747315216164
Binary1100000010001111110110011111110011111001101010001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04776; }

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

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

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

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

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

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

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

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