Shades of Cabaret #C9566F
Tints of Cabaret #C9566F
RGB
CMYK
RGB Variations
Color information
#C9566F (or 0xC9566F) is known color: Cabaret. HEX triplet: C9, 56 and 6F. RGB value is (201,86,111). Sum of RGB (Red+Green+Blue) = 201+86+111=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9566F is #36A990. Grayscale: #7B7B7B. Windows color (decimal): -3582353 or 7296713. OLE color: 7296713.
HSL color Cylindrical-coordinate representation of color #C9566F: hue angle of 346.96º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9566F is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 111 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.21 |
| HSL | 346.96º | 0.52% | 0.56% | - |
| HSV(B) | 346.96º | 0.57% | 0.79% | - |
| XYZ | 30.28 | 20.22 | 17.35 | - |
| YUV | 123.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 111 | 0 | 0.57 | 0.45 | 0.21 | 346.96 | 0.52 | 0.56 |
| Hex | C9 | 56 | 6F | 0 | 39 | 2D | 15 | 15B | 34 | 38 |
| Octal | 311 | 126 | 157 | 0 | 71 | 55 | 25 | 533 | 64 | 70 |
| Binary | 11001001 | 1010110 | 1101111 | 0 | 111001 | 101101 | 10101 | 101011011 | 110100 | 111000 |
Color Harmonies of #C9566F
Complementary color
Monochromatic Colors of #C9566F
Black with #C9566F
Text Example
Text Example
White with #C9566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9566F; }
p { color: rgb(201,86,111); }
H1.HeaderClassName
{
color: #C9566F;
}
.AnyTagClassName
{
color: #C9566F;
}
</style>
background-color css
<style>
a { background-color: #C9566F; }
a { background-color: rgb(201,86,111); }
div.DivClassName
{
background-color: #C9566F;
}
.BgClassName
{
background-color: #C9566F;
}
</style>
border-color css
<style>
span { border-color: #C9566F; }
span { border-color: rgb(201,86,111); }
td.TdClassName
{
border-color: #C9566F;
}
.TagClassName
{
border-color: #C9566F;
}
</style>