Shades of Cabaret #C8486C
Tints of Cabaret #C8486C
RGB
CMYK
RGB Variations
Color information
#C8486C (or 0xC8486C) is known color: Cabaret. HEX triplet: C8, 48 and 6C. RGB value is (200,72,108). Sum of RGB (Red+Green+Blue) = 200+72+108=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8486C is #37B793. Grayscale: #727272. Windows color (decimal): -3651476 or 7096520. OLE color: 7096520.
HSL color Cylindrical-coordinate representation of color #C8486C: hue angle of 343.12º 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 #C8486C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 108 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.22 |
| HSL | 343.13º | 0.54% | 0.53% | - |
| HSV(B) | 343.13º | 0.64% | 0.78% | - |
| XYZ | 28.84 | 18 | 16.14 | - |
| YUV | 114.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 108 | 0 | 0.64 | 0.46 | 0.22 | 343.13 | 0.54 | 0.53 |
| Hex | C8 | 48 | 6C | 0 | 40 | 2E | 16 | 157 | 36 | 35 |
| Octal | 310 | 110 | 154 | 0 | 100 | 56 | 26 | 527 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1101100 | 0 | 1000000 | 101110 | 10110 | 101010111 | 110110 | 110101 |
Color Harmonies of #C8486C
Complementary color
Monochromatic Colors of #C8486C
Black with #C8486C
Text Example
Text Example
White with #C8486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8486C; }
p { color: rgb(200,72,108); }
H1.HeaderClassName
{
color: #C8486C;
}
.AnyTagClassName
{
color: #C8486C;
}
</style>
background-color css
<style>
a { background-color: #C8486C; }
a { background-color: rgb(200,72,108); }
div.DivClassName
{
background-color: #C8486C;
}
.BgClassName
{
background-color: #C8486C;
}
</style>
border-color css
<style>
span { border-color: #C8486C; }
span { border-color: rgb(200,72,108); }
td.TdClassName
{
border-color: #C8486C;
}
.TagClassName
{
border-color: #C8486C;
}
</style>