#C6596D

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

Shades of Cabaret #C6596D

Tints of Cabaret #C6596D

Color information

#C6596D (or 0xC6596D) is unknown color: approx Cabaret. HEX triplet: C6, 59 and 6D. RGB value is (198,89,109). Sum of RGB (Red+Green+Blue) = 198+89+109=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6596D is #39A692. Grayscale: #7B7B7B. Windows color (decimal): -3778195 or 7166406. OLE color: 7166406.

HSL color Cylindrical-coordinate representation of color #C6596D: hue angle of 348.99º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6596D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19889109-
CMYK00.550.450.22
HSL348.99º48.88%56.27%-
HSV(B)348.99º55.05%77.65%-
XYZ29.6220.2516.82-
YUV123.87119.61180.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=50%
G=22.47%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988910900.550.450.22348.9948.8856.27
HexC6596D0372D1615d3138
Octal30613115506755265356170
Binary1100011010110011101101011011110110110110101011101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6596D; }

 p { color: rgb(198,89,109); }

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

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

 a { background-color: rgb(198,89,109); }

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

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

 span { border-color: rgb(198,89,109); }

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