#C04777

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

Shades of Royal Heath #C04777

Tints of Royal Heath #C04777

Color information

#C04777 (or 0xC04777) is unknown color: approx Royal Heath. HEX triplet: C0, 47 and 77. RGB value is (192,71,119). Sum of RGB (Red+Green+Blue) = 192+71+119=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C04777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04777 is #3FB888. Grayscale: #707070. Windows color (decimal): -4176009 or 7817152. OLE color: 7817152.

HSL color Cylindrical-coordinate representation of color #C04777: hue angle of 336.2º 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 #C04777 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19271119-
CMYK00.630.380.25
HSL336.2º48.99%51.57%-
HSV(B)336.2º63.02%75.29%-
XYZ27.3217.0419.3-
YUV112.65131.59184.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=50.26%
G=18.59%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927111900.630.380.25336.248.9951.57
HexC0477703F26191503134
Octal30010716707746315206164
Binary1100000010001111110111011111110011011001101010000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04777; }

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

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

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

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

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

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

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

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