Shades of Cabaret #C85276
Tints of Cabaret #C85276
RGB
CMYK
RGB Variations
Color information
#C85276 (or 0xC85276) is known color: Cabaret. HEX triplet: C8, 52 and 76. RGB value is (200,82,118). Sum of RGB (Red+Green+Blue) = 200+82+118=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85276 is #37AD89. Grayscale: #797979. Windows color (decimal): -3648906 or 7754440. OLE color: 7754440.
HSL color Cylindrical-coordinate representation of color #C85276: hue angle of 341.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85276 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 118 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.22 |
| HSL | 341.69º | 0.52% | 0.55% | - |
| HSV(B) | 341.69º | 0.59% | 0.78% | - |
| XYZ | 30.11 | 19.62 | 19.34 | - |
| YUV | 121.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 118 | 0 | 0.59 | 0.41 | 0.22 | 341.69 | 0.52 | 0.55 |
| Hex | C8 | 52 | 76 | 0 | 3B | 29 | 16 | 156 | 34 | 37 |
| Octal | 310 | 122 | 166 | 0 | 73 | 51 | 26 | 526 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1110110 | 0 | 111011 | 101001 | 10110 | 101010110 | 110100 | 110111 |
Color Harmonies of #C85276
Complementary color
Monochromatic Colors of #C85276
Black with #C85276
Text Example
Text Example
White with #C85276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85276; }
p { color: rgb(200,82,118); }
H1.HeaderClassName
{
color: #C85276;
}
.AnyTagClassName
{
color: #C85276;
}
</style>
background-color css
<style>
a { background-color: #C85276; }
a { background-color: rgb(200,82,118); }
div.DivClassName
{
background-color: #C85276;
}
.BgClassName
{
background-color: #C85276;
}
</style>
border-color css
<style>
span { border-color: #C85276; }
span { border-color: rgb(200,82,118); }
td.TdClassName
{
border-color: #C85276;
}
.TagClassName
{
border-color: #C85276;
}
</style>