Shades of Cabaret #C8496B
Tints of Cabaret #C8496B
RGB
CMYK
RGB Variations
Color information
#C8496B (or 0xC8496B) is known color: Cabaret. HEX triplet: C8, 49 and 6B. RGB value is (200,73,107). Sum of RGB (Red+Green+Blue) = 200+73+107=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8496B is #37B694. Grayscale: #727272. Windows color (decimal): -3651221 or 7031240. OLE color: 7031240.
HSL color Cylindrical-coordinate representation of color #C8496B: hue angle of 343.94º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8496B is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 107 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.22 |
| HSL | 343.94º | 0.54% | 0.54% | - |
| HSV(B) | 343.94º | 0.64% | 0.78% | - |
| XYZ | 28.86 | 18.11 | 15.88 | - |
| YUV | 114.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 107 | 0 | 0.64 | 0.46 | 0.22 | 343.94 | 0.54 | 0.54 |
| Hex | C8 | 49 | 6B | 0 | 40 | 2E | 16 | 158 | 36 | 36 |
| Octal | 310 | 111 | 153 | 0 | 100 | 56 | 26 | 530 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1101011 | 0 | 1000000 | 101110 | 10110 | 101011000 | 110110 | 110110 |
Color Harmonies of #C8496B
Complementary color
Monochromatic Colors of #C8496B
Black with #C8496B
Text Example
Text Example
White with #C8496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8496B; }
p { color: rgb(200,73,107); }
H1.HeaderClassName
{
color: #C8496B;
}
.AnyTagClassName
{
color: #C8496B;
}
</style>
background-color css
<style>
a { background-color: #C8496B; }
a { background-color: rgb(200,73,107); }
div.DivClassName
{
background-color: #C8496B;
}
.BgClassName
{
background-color: #C8496B;
}
</style>
border-color css
<style>
span { border-color: #C8496B; }
span { border-color: rgb(200,73,107); }
td.TdClassName
{
border-color: #C8496B;
}
.TagClassName
{
border-color: #C8496B;
}
</style>