#C64566

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

Shades of Cabaret #C64566

Tints of Cabaret #C64566

Color information

#C64566 (or 0xC64566) is unknown color: approx Cabaret. HEX triplet: C6, 45 and 66. RGB value is (198,69,102). Sum of RGB (Red+Green+Blue) = 198+69+102=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64566 is #39BA99. Grayscale: #6F6F6F. Windows color (decimal): -3783322 or 6702534. OLE color: 6702534.

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

Color convert

RGB19869102-
CMYK00.650.480.22
HSL344.65º53.09%52.35%-
HSV(B)344.65º65.15%77.65%-
XYZ27.8217.2214.43-
YUV111.33122.74189.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=53.66%
G=18.70%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986910200.650.480.22344.6553.0952.35
HexC6456604130161593534
Octal306105146010160265316564
Binary11000110100010111001100100000111000010110101011001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64566; }

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

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

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

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

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

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

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

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