Shades of Cabaret #C9536D
Tints of Cabaret #C9536D
RGB
CMYK
RGB Variations
Color information
#C9536D (or 0xC9536D) is known color: Cabaret. HEX triplet: C9, 53 and 6D. RGB value is (201,83,109). Sum of RGB (Red+Green+Blue) = 201+83+109=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9536D is #36AC92. Grayscale: #797979. Windows color (decimal): -3583123 or 7164873. OLE color: 7164873.
HSL color Cylindrical-coordinate representation of color #C9536D: hue angle of 346.78º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9536D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 109 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.21 |
| HSL | 346.78º | 0.52% | 0.56% | - |
| HSV(B) | 346.78º | 0.59% | 0.79% | - |
| XYZ | 29.94 | 19.71 | 16.69 | - |
| YUV | 121.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 109 | 0 | 0.59 | 0.46 | 0.21 | 346.78 | 0.52 | 0.56 |
| Hex | C9 | 53 | 6D | 0 | 3B | 2E | 15 | 15B | 34 | 38 |
| Octal | 311 | 123 | 155 | 0 | 73 | 56 | 25 | 533 | 64 | 70 |
| Binary | 11001001 | 1010011 | 1101101 | 0 | 111011 | 101110 | 10101 | 101011011 | 110100 | 111000 |
Color Harmonies of #C9536D
Complementary color
Monochromatic Colors of #C9536D
Black with #C9536D
Text Example
Text Example
White with #C9536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9536D; }
p { color: rgb(201,83,109); }
H1.HeaderClassName
{
color: #C9536D;
}
.AnyTagClassName
{
color: #C9536D;
}
</style>
background-color css
<style>
a { background-color: #C9536D; }
a { background-color: rgb(201,83,109); }
div.DivClassName
{
background-color: #C9536D;
}
.BgClassName
{
background-color: #C9536D;
}
</style>
border-color css
<style>
span { border-color: #C9536D; }
span { border-color: rgb(201,83,109); }
td.TdClassName
{
border-color: #C9536D;
}
.TagClassName
{
border-color: #C9536D;
}
</style>