Shades of Cabaret #C9536F
Tints of Cabaret #C9536F
RGB
CMYK
RGB Variations
Color information
#C9536F (or 0xC9536F) is known color: Cabaret. HEX triplet: C9, 53 and 6F. RGB value is (201,83,111). Sum of RGB (Red+Green+Blue) = 201+83+111=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9536F is #36AC90. Grayscale: #797979. Windows color (decimal): -3583121 or 7295945. OLE color: 7295945.
HSL color Cylindrical-coordinate representation of color #C9536F: hue angle of 345.76º 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 #C9536F is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 111 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.21 |
| HSL | 345.76º | 0.52% | 0.56% | - |
| HSV(B) | 345.76º | 0.59% | 0.79% | - |
| XYZ | 30.05 | 19.75 | 17.27 | - |
| YUV | 121.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 111 | 0 | 0.59 | 0.45 | 0.21 | 345.76 | 0.52 | 0.56 |
| Hex | C9 | 53 | 6F | 0 | 3B | 2D | 15 | 15A | 34 | 38 |
| Octal | 311 | 123 | 157 | 0 | 73 | 55 | 25 | 532 | 64 | 70 |
| Binary | 11001001 | 1010011 | 1101111 | 0 | 111011 | 101101 | 10101 | 101011010 | 110100 | 111000 |
Color Harmonies of #C9536F
Complementary color
Monochromatic Colors of #C9536F
Black with #C9536F
Text Example
Text Example
White with #C9536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9536F; }
p { color: rgb(201,83,111); }
H1.HeaderClassName
{
color: #C9536F;
}
.AnyTagClassName
{
color: #C9536F;
}
</style>
background-color css
<style>
a { background-color: #C9536F; }
a { background-color: rgb(201,83,111); }
div.DivClassName
{
background-color: #C9536F;
}
.BgClassName
{
background-color: #C9536F;
}
</style>
border-color css
<style>
span { border-color: #C9536F; }
span { border-color: rgb(201,83,111); }
td.TdClassName
{
border-color: #C9536F;
}
.TagClassName
{
border-color: #C9536F;
}
</style>