#C64766

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

Shades of Cabaret #C64766

Tints of Cabaret #C64766

Color information

#C64766 (or 0xC64766) is unknown color: approx Cabaret. HEX triplet: C6, 47 and 66. RGB value is (198,71,102). Sum of RGB (Red+Green+Blue) = 198+71+102=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64766 is #39B899. Grayscale: #707070. Windows color (decimal): -3782810 or 6703046. OLE color: 6703046.

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

Color convert

RGB19871102-
CMYK00.640.480.22
HSL345.35º52.7%52.75%-
HSV(B)345.35º64.14%77.65%-
XYZ27.9417.4714.47-
YUV112.51122.08188.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=53.37%
G=19.14%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987110200.640.480.22345.3552.752.75
HexC6476604030161593535
Octal306107146010060265316565
Binary11000110100011111001100100000011000010110101011001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64766; }

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

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

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

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

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

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

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

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