#C64176

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

Shades of Royal Heath #C64176

Tints of Royal Heath #C64176

Color information

#C64176 (or 0xC64176) is unknown color: approx Royal Heath. HEX triplet: C6, 41 and 76. RGB value is (198,65,118). Sum of RGB (Red+Green+Blue) = 198+65+118=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C64176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64176 is #39BE89. Grayscale: #6E6E6E. Windows color (decimal): -3784330 or 7750086. OLE color: 7750086.

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

Color convert

RGB19865118-
CMYK00.670.400.22
HSL336.09º53.85%51.57%-
HSV(B)336.09º67.17%77.65%-
XYZ28.4517.0918.94-
YUV110.81132.06190.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=51.97%
G=17.06%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986511800.670.400.22336.0953.8551.57
HexC6417604328161503634
Octal306101166010350265206664
Binary11000110100000111101100100001110100010110101010000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64176; }

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

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

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

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

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

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

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

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