Shades of Cabaret #C8596D
Tints of Cabaret #C8596D
RGB
CMYK
RGB Variations
Color information
#C8596D (or 0xC8596D) is known color: Cabaret. HEX triplet: C8, 59 and 6D. RGB value is (200,89,109). Sum of RGB (Red+Green+Blue) = 200+89+109=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8596D is #37A692. Grayscale: #7C7C7C. Windows color (decimal): -3647123 or 7166408. OLE color: 7166408.
HSL color Cylindrical-coordinate representation of color #C8596D: hue angle of 349.19º 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 #C8596D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 109 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.22 |
| HSL | 349.19º | 0.5% | 0.57% | - |
| HSV(B) | 349.19º | 0.56% | 0.78% | - |
| XYZ | 30.15 | 20.53 | 16.84 | - |
| YUV | 124.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 109 | 0 | 0.56 | 0.46 | 0.22 | 349.19 | 0.5 | 0.57 |
| Hex | C8 | 59 | 6D | 0 | 38 | 2E | 16 | 15D | 32 | 39 |
| Octal | 310 | 131 | 155 | 0 | 70 | 56 | 26 | 535 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1101101 | 0 | 111000 | 101110 | 10110 | 101011101 | 110010 | 111001 |
Color Harmonies of #C8596D
Complementary color
Monochromatic Colors of #C8596D
Black with #C8596D
Text Example
Text Example
White with #C8596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8596D; }
p { color: rgb(200,89,109); }
H1.HeaderClassName
{
color: #C8596D;
}
.AnyTagClassName
{
color: #C8596D;
}
</style>
background-color css
<style>
a { background-color: #C8596D; }
a { background-color: rgb(200,89,109); }
div.DivClassName
{
background-color: #C8596D;
}
.BgClassName
{
background-color: #C8596D;
}
</style>
border-color css
<style>
span { border-color: #C8596D; }
span { border-color: rgb(200,89,109); }
td.TdClassName
{
border-color: #C8596D;
}
.TagClassName
{
border-color: #C8596D;
}
</style>