Shades of Cabaret #C8596B
Tints of Cabaret #C8596B
RGB
CMYK
RGB Variations
Color information
#C8596B (or 0xC8596B) is known color: Cabaret. HEX triplet: C8, 59 and 6B. RGB value is (200,89,107). Sum of RGB (Red+Green+Blue) = 200+89+107=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8596B is #37A694. Grayscale: #7C7C7C. Windows color (decimal): -3647125 or 7035336. OLE color: 7035336.
HSL color Cylindrical-coordinate representation of color #C8596B: hue angle of 350.27º 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 #C8596B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 107 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.22 |
| HSL | 350.27º | 0.5% | 0.57% | - |
| HSV(B) | 350.27º | 0.56% | 0.78% | - |
| XYZ | 30.05 | 20.49 | 16.28 | - |
| YUV | 124.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 107 | 0 | 0.56 | 0.46 | 0.22 | 350.27 | 0.5 | 0.57 |
| Hex | C8 | 59 | 6B | 0 | 38 | 2E | 16 | 15E | 32 | 39 |
| Octal | 310 | 131 | 153 | 0 | 70 | 56 | 26 | 536 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1101011 | 0 | 111000 | 101110 | 10110 | 101011110 | 110010 | 111001 |
Color Harmonies of #C8596B
Complementary color
Monochromatic Colors of #C8596B
Black with #C8596B
Text Example
Text Example
White with #C8596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8596B; }
p { color: rgb(200,89,107); }
H1.HeaderClassName
{
color: #C8596B;
}
.AnyTagClassName
{
color: #C8596B;
}
</style>
background-color css
<style>
a { background-color: #C8596B; }
a { background-color: rgb(200,89,107); }
div.DivClassName
{
background-color: #C8596B;
}
.BgClassName
{
background-color: #C8596B;
}
</style>
border-color css
<style>
span { border-color: #C8596B; }
span { border-color: rgb(200,89,107); }
td.TdClassName
{
border-color: #C8596B;
}
.TagClassName
{
border-color: #C8596B;
}
</style>