Shades of Cabaret #C9556B
Tints of Cabaret #C9556B
RGB
CMYK
RGB Variations
Color information
#C9556B (or 0xC9556B) is known color: Cabaret. HEX triplet: C9, 55 and 6B. RGB value is (201,85,107). Sum of RGB (Red+Green+Blue) = 201+85+107=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9556B is #36AA94. Grayscale: #7A7A7A. Windows color (decimal): -3582613 or 7034313. OLE color: 7034313.
HSL color Cylindrical-coordinate representation of color #C9556B: hue angle of 348.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9556B is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 107 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.21 |
| HSL | 348.62º | 0.52% | 0.56% | - |
| HSV(B) | 348.62º | 0.58% | 0.79% | - |
| XYZ | 29.99 | 19.98 | 16.19 | - |
| YUV | 122.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 107 | 0 | 0.58 | 0.47 | 0.21 | 348.62 | 0.52 | 0.56 |
| Hex | C9 | 55 | 6B | 0 | 3A | 2F | 15 | 15D | 34 | 38 |
| Octal | 311 | 125 | 153 | 0 | 72 | 57 | 25 | 535 | 64 | 70 |
| Binary | 11001001 | 1010101 | 1101011 | 0 | 111010 | 101111 | 10101 | 101011101 | 110100 | 111000 |
Color Harmonies of #C9556B
Complementary color
Monochromatic Colors of #C9556B
Black with #C9556B
Text Example
Text Example
White with #C9556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9556B; }
p { color: rgb(201,85,107); }
H1.HeaderClassName
{
color: #C9556B;
}
.AnyTagClassName
{
color: #C9556B;
}
</style>
background-color css
<style>
a { background-color: #C9556B; }
a { background-color: rgb(201,85,107); }
div.DivClassName
{
background-color: #C9556B;
}
.BgClassName
{
background-color: #C9556B;
}
</style>
border-color css
<style>
span { border-color: #C9556B; }
span { border-color: rgb(201,85,107); }
td.TdClassName
{
border-color: #C9556B;
}
.TagClassName
{
border-color: #C9556B;
}
</style>