Shades of Cabaret #C85975
Tints of Cabaret #C85975
RGB
CMYK
RGB Variations
Color information
#C85975 (or 0xC85975) is known color: Cabaret. HEX triplet: C8, 59 and 75. RGB value is (200,89,117). Sum of RGB (Red+Green+Blue) = 200+89+117=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C85975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85975 is #37A68A. Grayscale: #7D7D7D. Windows color (decimal): -3647115 or 7690696. OLE color: 7690696.
HSL color Cylindrical-coordinate representation of color #C85975: hue angle of 344.86º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85975 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 117 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.22 |
| HSL | 344.86º | 0.5% | 0.57% | - |
| HSV(B) | 344.86º | 0.56% | 0.78% | - |
| XYZ | 30.6 | 20.71 | 19.21 | - |
| YUV | 125.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 117 | 0 | 0.56 | 0.42 | 0.22 | 344.86 | 0.5 | 0.57 |
| Hex | C8 | 59 | 75 | 0 | 38 | 2A | 16 | 159 | 32 | 39 |
| Octal | 310 | 131 | 165 | 0 | 70 | 52 | 26 | 531 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1110101 | 0 | 111000 | 101010 | 10110 | 101011001 | 110010 | 111001 |
Color Harmonies of #C85975
Complementary color
Monochromatic Colors of #C85975
Black with #C85975
Text Example
Text Example
White with #C85975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85975; }
p { color: rgb(200,89,117); }
H1.HeaderClassName
{
color: #C85975;
}
.AnyTagClassName
{
color: #C85975;
}
</style>
background-color css
<style>
a { background-color: #C85975; }
a { background-color: rgb(200,89,117); }
div.DivClassName
{
background-color: #C85975;
}
.BgClassName
{
background-color: #C85975;
}
</style>
border-color css
<style>
span { border-color: #C85975; }
span { border-color: rgb(200,89,117); }
td.TdClassName
{
border-color: #C85975;
}
.TagClassName
{
border-color: #C85975;
}
</style>