#C64179

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

Shades of Royal Heath #C64179

Tints of Royal Heath #C64179

Color information

#C64179 (or 0xC64179) is unknown color: approx Royal Heath. HEX triplet: C6, 41 and 79. RGB value is (198,65,121). Sum of RGB (Red+Green+Blue) = 198+65+121=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64179 is #39BE86. Grayscale: #6F6F6F. Windows color (decimal): -3784327 or 7946694. OLE color: 7946694.

HSL color Cylindrical-coordinate representation of color #C64179: hue angle of 334.74º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64179 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB19865121-
CMYK00.670.390.22
HSL334.74º53.85%51.57%-
HSV(B)334.74º67.17%77.65%-
XYZ28.6317.1719.89-
YUV111.15133.56189.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=51.56%
G=16.93%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986512100.670.390.22334.7453.8551.57
HexC64179043271614f3634
Octal306101171010347265176664
Binary11000110100000111110010100001110011110110101001111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64179; }

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

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

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

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

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

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

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

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