Shades of Cabaret #C9496C
Tints of Cabaret #C9496C
RGB
CMYK
RGB Variations
Color information
#C9496C (or 0xC9496C) is known color: Cabaret. HEX triplet: C9, 49 and 6C. RGB value is (201,73,108). Sum of RGB (Red+Green+Blue) = 201+73+108=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9496C is #36B693. Grayscale: #737373. Windows color (decimal): -3585684 or 7096777. OLE color: 7096777.
HSL color Cylindrical-coordinate representation of color #C9496C: hue angle of 343.59º 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 #C9496C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 108 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.21 |
| HSL | 343.59º | 0.54% | 0.54% | - |
| HSV(B) | 343.59º | 0.64% | 0.79% | - |
| XYZ | 29.18 | 18.27 | 16.18 | - |
| YUV | 115.26 | 123.91 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 108 | 0 | 0.64 | 0.46 | 0.21 | 343.59 | 0.54 | 0.54 |
| Hex | C9 | 49 | 6C | 0 | 40 | 2E | 15 | 158 | 36 | 36 |
| Octal | 311 | 111 | 154 | 0 | 100 | 56 | 25 | 530 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1101100 | 0 | 1000000 | 101110 | 10101 | 101011000 | 110110 | 110110 |
Color Harmonies of #C9496C
Complementary color
Monochromatic Colors of #C9496C
Black with #C9496C
Text Example
Text Example
White with #C9496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9496C; }
p { color: rgb(201,73,108); }
H1.HeaderClassName
{
color: #C9496C;
}
.AnyTagClassName
{
color: #C9496C;
}
</style>
background-color css
<style>
a { background-color: #C9496C; }
a { background-color: rgb(201,73,108); }
div.DivClassName
{
background-color: #C9496C;
}
.BgClassName
{
background-color: #C9496C;
}
</style>
border-color css
<style>
span { border-color: #C9496C; }
span { border-color: rgb(201,73,108); }
td.TdClassName
{
border-color: #C9496C;
}
.TagClassName
{
border-color: #C9496C;
}
</style>