Shades of Cabaret #C8486E
Tints of Cabaret #C8486E
RGB
CMYK
RGB Variations
Color information
#C8486E (or 0xC8486E) is known color: Cabaret. HEX triplet: C8, 48 and 6E. RGB value is (200,72,110). Sum of RGB (Red+Green+Blue) = 200+72+110=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8486E is #37B791. Grayscale: #727272. Windows color (decimal): -3651474 or 7227592. OLE color: 7227592.
HSL color Cylindrical-coordinate representation of color #C8486E: hue angle of 342.19º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8486E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 110 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.22 |
| HSL | 342.19º | 0.54% | 0.53% | - |
| HSV(B) | 342.19º | 0.64% | 0.78% | - |
| XYZ | 28.95 | 18.04 | 16.71 | - |
| YUV | 114.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 110 | 0 | 0.64 | 0.45 | 0.22 | 342.19 | 0.54 | 0.53 |
| Hex | C8 | 48 | 6E | 0 | 40 | 2D | 16 | 156 | 36 | 35 |
| Octal | 310 | 110 | 156 | 0 | 100 | 55 | 26 | 526 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1101110 | 0 | 1000000 | 101101 | 10110 | 101010110 | 110110 | 110101 |
Color Harmonies of #C8486E
Complementary color
Monochromatic Colors of #C8486E
Black with #C8486E
Text Example
Text Example
White with #C8486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8486E; }
p { color: rgb(200,72,110); }
H1.HeaderClassName
{
color: #C8486E;
}
.AnyTagClassName
{
color: #C8486E;
}
</style>
background-color css
<style>
a { background-color: #C8486E; }
a { background-color: rgb(200,72,110); }
div.DivClassName
{
background-color: #C8486E;
}
.BgClassName
{
background-color: #C8486E;
}
</style>
border-color css
<style>
span { border-color: #C8486E; }
span { border-color: rgb(200,72,110); }
td.TdClassName
{
border-color: #C8486E;
}
.TagClassName
{
border-color: #C8486E;
}
</style>