Shades of Cabaret #C8496A
Tints of Cabaret #C8496A
RGB
CMYK
RGB Variations
Color information
#C8496A (or 0xC8496A) is known color: Cabaret. HEX triplet: C8, 49 and 6A. RGB value is (200,73,106). Sum of RGB (Red+Green+Blue) = 200+73+106=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8496A is #37B695. Grayscale: #727272. Windows color (decimal): -3651222 or 6965704. OLE color: 6965704.
HSL color Cylindrical-coordinate representation of color #C8496A: hue angle of 344.41º 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 #C8496A is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 106 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.22 |
| HSL | 344.41º | 0.54% | 0.54% | - |
| HSV(B) | 344.41º | 0.64% | 0.78% | - |
| XYZ | 28.8 | 18.09 | 15.61 | - |
| YUV | 114.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 106 | 0 | 0.64 | 0.47 | 0.22 | 344.41 | 0.54 | 0.54 |
| Hex | C8 | 49 | 6A | 0 | 40 | 2F | 16 | 158 | 36 | 36 |
| Octal | 310 | 111 | 152 | 0 | 100 | 57 | 26 | 530 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1101010 | 0 | 1000000 | 101111 | 10110 | 101011000 | 110110 | 110110 |
Color Harmonies of #C8496A
Complementary color
Monochromatic Colors of #C8496A
Black with #C8496A
Text Example
Text Example
White with #C8496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8496A; }
p { color: rgb(200,73,106); }
H1.HeaderClassName
{
color: #C8496A;
}
.AnyTagClassName
{
color: #C8496A;
}
</style>
background-color css
<style>
a { background-color: #C8496A; }
a { background-color: rgb(200,73,106); }
div.DivClassName
{
background-color: #C8496A;
}
.BgClassName
{
background-color: #C8496A;
}
</style>
border-color css
<style>
span { border-color: #C8496A; }
span { border-color: rgb(200,73,106); }
td.TdClassName
{
border-color: #C8496A;
}
.TagClassName
{
border-color: #C8496A;
}
</style>