#C04771

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

Shades of Royal Heath #C04771

Tints of Royal Heath #C04771

Color information

#C04771 (or 0xC04771) is unknown color: approx Royal Heath. HEX triplet: C0, 47 and 71. RGB value is (192,71,113). Sum of RGB (Red+Green+Blue) = 192+71+113=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04771 is #3FB88E. Grayscale: #6F6F6F. Windows color (decimal): -4176015 or 7423936. OLE color: 7423936.

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

Color convert

RGB19271113-
CMYK00.630.410.25
HSL339.17º48.99%51.57%-
HSV(B)339.17º63.02%75.29%-
XYZ26.9716.9117.46-
YUV111.97128.59185.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 71 (28.12% from 255) = 18.88%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=51.06%
G=18.88%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927111300.630.410.25339.1748.9951.57
HexC0477103F29191533134
Octal30010716107751315236164
Binary1100000010001111110001011111110100111001101010011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04771; }

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

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

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

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

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

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

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

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