Shades of Cabaret #C8486A
Tints of Cabaret #C8486A
RGB
CMYK
RGB Variations
Color information
#C8486A (or 0xC8486A) is known color: Cabaret. HEX triplet: C8, 48 and 6A. RGB value is (200,72,106). Sum of RGB (Red+Green+Blue) = 200+72+106=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8486A is #37B795. Grayscale: #727272. Windows color (decimal): -3651478 or 6965448. OLE color: 6965448.
HSL color Cylindrical-coordinate representation of color #C8486A: hue angle of 344.06º 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 #C8486A is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 106 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.22 |
| HSL | 344.06º | 0.54% | 0.53% | - |
| HSV(B) | 344.06º | 0.64% | 0.78% | - |
| XYZ | 28.74 | 17.95 | 15.59 | - |
| YUV | 114.15 | 123.41 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 106 | 0 | 0.64 | 0.47 | 0.22 | 344.06 | 0.54 | 0.53 |
| Hex | C8 | 48 | 6A | 0 | 40 | 2F | 16 | 158 | 36 | 35 |
| Octal | 310 | 110 | 152 | 0 | 100 | 57 | 26 | 530 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1101010 | 0 | 1000000 | 101111 | 10110 | 101011000 | 110110 | 110101 |
Color Harmonies of #C8486A
Complementary color
Monochromatic Colors of #C8486A
Black with #C8486A
Text Example
Text Example
White with #C8486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8486A; }
p { color: rgb(200,72,106); }
H1.HeaderClassName
{
color: #C8486A;
}
.AnyTagClassName
{
color: #C8486A;
}
</style>
background-color css
<style>
a { background-color: #C8486A; }
a { background-color: rgb(200,72,106); }
div.DivClassName
{
background-color: #C8486A;
}
.BgClassName
{
background-color: #C8486A;
}
</style>
border-color css
<style>
span { border-color: #C8486A; }
span { border-color: rgb(200,72,106); }
td.TdClassName
{
border-color: #C8486A;
}
.TagClassName
{
border-color: #C8486A;
}
</style>