Shades of Cabaret #C9596D
Tints of Cabaret #C9596D
RGB
CMYK
RGB Variations
Color information
#C9596D (or 0xC9596D) is known color: Cabaret. HEX triplet: C9, 59 and 6D. RGB value is (201,89,109). Sum of RGB (Red+Green+Blue) = 201+89+109=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9596D is #36A692. Grayscale: #7C7C7C. Windows color (decimal): -3581587 or 7166409. OLE color: 7166409.
HSL color Cylindrical-coordinate representation of color #C9596D: hue angle of 349.29º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9596D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 109 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.21 |
| HSL | 349.29º | 0.51% | 0.57% | - |
| HSV(B) | 349.29º | 0.56% | 0.79% | - |
| XYZ | 30.42 | 20.67 | 16.85 | - |
| YUV | 124.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 109 | 0 | 0.56 | 0.46 | 0.21 | 349.29 | 0.51 | 0.57 |
| Hex | C9 | 59 | 6D | 0 | 38 | 2E | 15 | 15D | 33 | 39 |
| Octal | 311 | 131 | 155 | 0 | 70 | 56 | 25 | 535 | 63 | 71 |
| Binary | 11001001 | 1011001 | 1101101 | 0 | 111000 | 101110 | 10101 | 101011101 | 110011 | 111001 |
Color Harmonies of #C9596D
Complementary color
Monochromatic Colors of #C9596D
Black with #C9596D
Text Example
Text Example
White with #C9596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9596D; }
p { color: rgb(201,89,109); }
H1.HeaderClassName
{
color: #C9596D;
}
.AnyTagClassName
{
color: #C9596D;
}
</style>
background-color css
<style>
a { background-color: #C9596D; }
a { background-color: rgb(201,89,109); }
div.DivClassName
{
background-color: #C9596D;
}
.BgClassName
{
background-color: #C9596D;
}
</style>
border-color css
<style>
span { border-color: #C9596D; }
span { border-color: rgb(201,89,109); }
td.TdClassName
{
border-color: #C9596D;
}
.TagClassName
{
border-color: #C9596D;
}
</style>