Shades of Cabaret #C8496D
Tints of Cabaret #C8496D
RGB
CMYK
RGB Variations
Color information
#C8496D (or 0xC8496D) is known color: Cabaret. HEX triplet: C8, 49 and 6D. RGB value is (200,73,109). Sum of RGB (Red+Green+Blue) = 200+73+109=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8496D is #37B692. Grayscale: #737373. Windows color (decimal): -3651219 or 7162312. OLE color: 7162312.
HSL color Cylindrical-coordinate representation of color #C8496D: hue angle of 342.99º 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 #C8496D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 109 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.22 |
| HSL | 342.99º | 0.54% | 0.54% | - |
| HSV(B) | 342.99º | 0.64% | 0.78% | - |
| XYZ | 28.96 | 18.15 | 16.44 | - |
| YUV | 115.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 109 | 0 | 0.64 | 0.46 | 0.22 | 342.99 | 0.54 | 0.54 |
| Hex | C8 | 49 | 6D | 0 | 40 | 2E | 16 | 157 | 36 | 36 |
| Octal | 310 | 111 | 155 | 0 | 100 | 56 | 26 | 527 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1101101 | 0 | 1000000 | 101110 | 10110 | 101010111 | 110110 | 110110 |
Color Harmonies of #C8496D
Complementary color
Monochromatic Colors of #C8496D
Black with #C8496D
Text Example
Text Example
White with #C8496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8496D; }
p { color: rgb(200,73,109); }
H1.HeaderClassName
{
color: #C8496D;
}
.AnyTagClassName
{
color: #C8496D;
}
</style>
background-color css
<style>
a { background-color: #C8496D; }
a { background-color: rgb(200,73,109); }
div.DivClassName
{
background-color: #C8496D;
}
.BgClassName
{
background-color: #C8496D;
}
</style>
border-color css
<style>
span { border-color: #C8496D; }
span { border-color: rgb(200,73,109); }
td.TdClassName
{
border-color: #C8496D;
}
.TagClassName
{
border-color: #C8496D;
}
</style>