Shades of Cabaret #C8596C
Tints of Cabaret #C8596C
RGB
CMYK
RGB Variations
Color information
#C8596C (or 0xC8596C) is known color: Cabaret. HEX triplet: C8, 59 and 6C. RGB value is (200,89,108). Sum of RGB (Red+Green+Blue) = 200+89+108=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8596C is #37A693. Grayscale: #7C7C7C. Windows color (decimal): -3647124 or 7100872. OLE color: 7100872.
HSL color Cylindrical-coordinate representation of color #C8596C: hue angle of 349.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8596C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 108 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.22 |
| HSL | 349.73º | 0.5% | 0.57% | - |
| HSV(B) | 349.73º | 0.56% | 0.78% | - |
| XYZ | 30.1 | 20.51 | 16.56 | - |
| YUV | 124.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 108 | 0 | 0.56 | 0.46 | 0.22 | 349.73 | 0.5 | 0.57 |
| Hex | C8 | 59 | 6C | 0 | 38 | 2E | 16 | 15E | 32 | 39 |
| Octal | 310 | 131 | 154 | 0 | 70 | 56 | 26 | 536 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1101100 | 0 | 111000 | 101110 | 10110 | 101011110 | 110010 | 111001 |
Color Harmonies of #C8596C
Complementary color
Monochromatic Colors of #C8596C
Black with #C8596C
Text Example
Text Example
White with #C8596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8596C; }
p { color: rgb(200,89,108); }
H1.HeaderClassName
{
color: #C8596C;
}
.AnyTagClassName
{
color: #C8596C;
}
</style>
background-color css
<style>
a { background-color: #C8596C; }
a { background-color: rgb(200,89,108); }
div.DivClassName
{
background-color: #C8596C;
}
.BgClassName
{
background-color: #C8596C;
}
</style>
border-color css
<style>
span { border-color: #C8596C; }
span { border-color: rgb(200,89,108); }
td.TdClassName
{
border-color: #C8596C;
}
.TagClassName
{
border-color: #C8596C;
}
</style>