#c64779

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

Shades of Royal Heath #C64779

Tints of Royal Heath #C64779

Color information

#C64779 (or 0xC64779) is unknown color: approx Royal Heath. HEX triplet: C6, 47 and 79. RGB value is (198,71,121). Sum of RGB (Red+Green+Blue) = 198+71+121=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C64779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64779 is #39B886. Grayscale: #727272. Windows color (decimal): -3782791 or 7948230. OLE color: 7948230.

HSL color Cylindrical-coordinate representation of color #C64779: hue angle of 336.38º 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 #C64779 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB19871121-
CMYK00.640.390.22
HSL336.38º52.7%52.75%-
HSV(B)336.38º64.14%77.65%-
XYZ28.9917.8920.01-
YUV114.67131.58187.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=50.77%
G=18.21%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987112100.640.390.22336.3852.752.75
HexC6477904027161503535
Octal306107171010047265206565
Binary11000110100011111110010100000010011110110101010000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64779; }

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

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

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

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

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

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

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

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