#C64772

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

Shades of Royal Heath #C64772

Tints of Royal Heath #C64772

Color information

#C64772 (or 0xC64772) is unknown color: approx Royal Heath. HEX triplet: C6, 47 and 72. RGB value is (198,71,114). Sum of RGB (Red+Green+Blue) = 198+71+114=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C64772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64772 is #39B88D. Grayscale: #717171. Windows color (decimal): -3782798 or 7489478. OLE color: 7489478.

HSL color Cylindrical-coordinate representation of color #C64772: hue angle of 339.69º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64772 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19871114-
CMYK00.640.420.22
HSL339.69º52.7%52.75%-
HSV(B)339.69º64.14%77.65%-
XYZ28.5817.7317.83-
YUV113.87128.08188-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 71 (28.12% from 255) = 18.54%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=51.70%
G=18.54%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987111400.640.420.22339.6952.752.75
HexC647720402A161543535
Octal306107162010052265246565
Binary11000110100011111100100100000010101010110101010100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64772; }

 p { color: rgb(198,71,114); }

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

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

 a { background-color: rgb(198,71,114); }

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

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

 span { border-color: rgb(198,71,114); }

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