Shades of Cabaret #C86076
Tints of Cabaret #C86076
RGB
CMYK
RGB Variations
Color information
#C86076 (or 0xC86076) is known color: Cabaret. HEX triplet: C8, 60 and 76. RGB value is (200,96,118). Sum of RGB (Red+Green+Blue) = 200+96+118=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86076 is #379F89. Grayscale: #818181. Windows color (decimal): -3645322 or 7758024. OLE color: 7758024.
HSL color Cylindrical-coordinate representation of color #C86076: hue angle of 347.31º 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 #C86076 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 118 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.22 |
| HSL | 347.31º | 0.49% | 0.58% | - |
| HSV(B) | 347.31º | 0.52% | 0.78% | - |
| XYZ | 31.27 | 21.95 | 19.73 | - |
| YUV | 129.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 118 | 0 | 0.52 | 0.41 | 0.22 | 347.31 | 0.49 | 0.58 |
| Hex | C8 | 60 | 76 | 0 | 34 | 29 | 16 | 15B | 31 | 3A |
| Octal | 310 | 140 | 166 | 0 | 64 | 51 | 26 | 533 | 61 | 72 |
| Binary | 11001000 | 1100000 | 1110110 | 0 | 110100 | 101001 | 10110 | 101011011 | 110001 | 111010 |
Color Harmonies of #C86076
Complementary color
Monochromatic Colors of #C86076
Black with #C86076
Text Example
Text Example
White with #C86076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86076; }
p { color: rgb(200,96,118); }
H1.HeaderClassName
{
color: #C86076;
}
.AnyTagClassName
{
color: #C86076;
}
</style>
background-color css
<style>
a { background-color: #C86076; }
a { background-color: rgb(200,96,118); }
div.DivClassName
{
background-color: #C86076;
}
.BgClassName
{
background-color: #C86076;
}
</style>
border-color css
<style>
span { border-color: #C86076; }
span { border-color: rgb(200,96,118); }
td.TdClassName
{
border-color: #C86076;
}
.TagClassName
{
border-color: #C86076;
}
</style>