Shades of Cabaret #C9486A
Tints of Cabaret #C9486A
RGB
CMYK
RGB Variations
Color information
#C9486A (or 0xC9486A) is known color: Cabaret. HEX triplet: C9, 48 and 6A. RGB value is (201,72,106). Sum of RGB (Red+Green+Blue) = 201+72+106=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9486A is #36B795. Grayscale: #727272. Windows color (decimal): -3585942 or 6965449. OLE color: 6965449.
HSL color Cylindrical-coordinate representation of color #C9486A: hue angle of 344.19º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9486A is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 106 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.21 |
| HSL | 344.19º | 0.54% | 0.54% | - |
| HSV(B) | 344.19º | 0.64% | 0.79% | - |
| XYZ | 29.01 | 18.09 | 15.6 | - |
| YUV | 114.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 106 | 0 | 0.64 | 0.47 | 0.21 | 344.19 | 0.54 | 0.54 |
| Hex | C9 | 48 | 6A | 0 | 40 | 2F | 15 | 158 | 36 | 36 |
| Octal | 311 | 110 | 152 | 0 | 100 | 57 | 25 | 530 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1101010 | 0 | 1000000 | 101111 | 10101 | 101011000 | 110110 | 110110 |
Color Harmonies of #C9486A
Complementary color
Monochromatic Colors of #C9486A
Black with #C9486A
Text Example
Text Example
White with #C9486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9486A; }
p { color: rgb(201,72,106); }
H1.HeaderClassName
{
color: #C9486A;
}
.AnyTagClassName
{
color: #C9486A;
}
</style>
background-color css
<style>
a { background-color: #C9486A; }
a { background-color: rgb(201,72,106); }
div.DivClassName
{
background-color: #C9486A;
}
.BgClassName
{
background-color: #C9486A;
}
</style>
border-color css
<style>
span { border-color: #C9486A; }
span { border-color: rgb(201,72,106); }
td.TdClassName
{
border-color: #C9486A;
}
.TagClassName
{
border-color: #C9486A;
}
</style>