Shades of Cabaret #C85571
Tints of Cabaret #C85571
RGB
CMYK
RGB Variations
Color information
#C85571 (or 0xC85571) is known color: Cabaret. HEX triplet: C8, 55 and 71. RGB value is (200,85,113). Sum of RGB (Red+Green+Blue) = 200+85+113=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C85571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85571 is #37AA8E. Grayscale: #7A7A7A. Windows color (decimal): -3648143 or 7427528. OLE color: 7427528.
HSL color Cylindrical-coordinate representation of color #C85571: hue angle of 345.39º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85571 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 113 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.22 |
| HSL | 345.39º | 0.51% | 0.56% | - |
| HSV(B) | 345.39º | 0.58% | 0.78% | - |
| XYZ | 30.05 | 19.97 | 17.89 | - |
| YUV | 122.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 113 | 0 | 0.58 | 0.44 | 0.22 | 345.39 | 0.51 | 0.56 |
| Hex | C8 | 55 | 71 | 0 | 3A | 2C | 16 | 159 | 33 | 38 |
| Octal | 310 | 125 | 161 | 0 | 72 | 54 | 26 | 531 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1110001 | 0 | 111010 | 101100 | 10110 | 101011001 | 110011 | 111000 |
Color Harmonies of #C85571
Complementary color
Monochromatic Colors of #C85571
Black with #C85571
Text Example
Text Example
White with #C85571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85571; }
p { color: rgb(200,85,113); }
H1.HeaderClassName
{
color: #C85571;
}
.AnyTagClassName
{
color: #C85571;
}
</style>
background-color css
<style>
a { background-color: #C85571; }
a { background-color: rgb(200,85,113); }
div.DivClassName
{
background-color: #C85571;
}
.BgClassName
{
background-color: #C85571;
}
</style>
border-color css
<style>
span { border-color: #C85571; }
span { border-color: rgb(200,85,113); }
td.TdClassName
{
border-color: #C85571;
}
.TagClassName
{
border-color: #C85571;
}
</style>