Shades of Cabaret #C86078
Tints of Cabaret #C86078
RGB
CMYK
RGB Variations
Color information
#C86078 (or 0xC86078) is known color: Cabaret. HEX triplet: C8, 60 and 78. RGB value is (200,96,120). Sum of RGB (Red+Green+Blue) = 200+96+120=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86078 is #379F87. Grayscale: #818181. Windows color (decimal): -3645320 or 7889096. OLE color: 7889096.
HSL color Cylindrical-coordinate representation of color #C86078: hue angle of 346.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86078 is Cyan = 0, Magento = 0.52, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 120 | - |
| CMYK | 0 | 0.52 | 0.4 | 0.22 |
| HSL | 346.15º | 0.49% | 0.58% | - |
| HSV(B) | 346.15º | 0.52% | 0.78% | - |
| XYZ | 31.39 | 22 | 20.36 | - |
| YUV | 129.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 120 | 0 | 0.52 | 0.4 | 0.22 | 346.15 | 0.49 | 0.58 |
| Hex | C8 | 60 | 78 | 0 | 34 | 28 | 16 | 15A | 31 | 3A |
| Octal | 310 | 140 | 170 | 0 | 64 | 50 | 26 | 532 | 61 | 72 |
| Binary | 11001000 | 1100000 | 1111000 | 0 | 110100 | 101000 | 10110 | 101011010 | 110001 | 111010 |
Color Harmonies of #C86078
Complementary color
Monochromatic Colors of #C86078
Black with #C86078
Text Example
Text Example
White with #C86078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86078; }
p { color: rgb(200,96,120); }
H1.HeaderClassName
{
color: #C86078;
}
.AnyTagClassName
{
color: #C86078;
}
</style>
background-color css
<style>
a { background-color: #C86078; }
a { background-color: rgb(200,96,120); }
div.DivClassName
{
background-color: #C86078;
}
.BgClassName
{
background-color: #C86078;
}
</style>
border-color css
<style>
span { border-color: #C86078; }
span { border-color: rgb(200,96,120); }
td.TdClassName
{
border-color: #C86078;
}
.TagClassName
{
border-color: #C86078;
}
</style>