Shades of Cabaret #C85876
Tints of Cabaret #C85876
RGB
CMYK
RGB Variations
Color information
#C85876 (or 0xC85876) is known color: Cabaret. HEX triplet: C8, 58 and 76. RGB value is (200,88,118). Sum of RGB (Red+Green+Blue) = 200+88+118=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C85876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85876 is #37A789. Grayscale: #7C7C7C. Windows color (decimal): -3647370 or 7755976. OLE color: 7755976.
HSL color Cylindrical-coordinate representation of color #C85876: hue angle of 343.93º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85876 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 118 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.22 |
| HSL | 343.93º | 0.5% | 0.56% | - |
| HSV(B) | 343.93º | 0.56% | 0.78% | - |
| XYZ | 30.58 | 20.57 | 19.5 | - |
| YUV | 124.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 118 | 0 | 0.56 | 0.41 | 0.22 | 343.93 | 0.5 | 0.56 |
| Hex | C8 | 58 | 76 | 0 | 38 | 29 | 16 | 158 | 32 | 38 |
| Octal | 310 | 130 | 166 | 0 | 70 | 51 | 26 | 530 | 62 | 70 |
| Binary | 11001000 | 1011000 | 1110110 | 0 | 111000 | 101001 | 10110 | 101011000 | 110010 | 111000 |
Color Harmonies of #C85876
Complementary color
Monochromatic Colors of #C85876
Black with #C85876
Text Example
Text Example
White with #C85876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85876; }
p { color: rgb(200,88,118); }
H1.HeaderClassName
{
color: #C85876;
}
.AnyTagClassName
{
color: #C85876;
}
</style>
background-color css
<style>
a { background-color: #C85876; }
a { background-color: rgb(200,88,118); }
div.DivClassName
{
background-color: #C85876;
}
.BgClassName
{
background-color: #C85876;
}
</style>
border-color css
<style>
span { border-color: #C85876; }
span { border-color: rgb(200,88,118); }
td.TdClassName
{
border-color: #C85876;
}
.TagClassName
{
border-color: #C85876;
}
</style>