Shades of Cabaret #C95973
Tints of Cabaret #C95973
RGB
CMYK
RGB Variations
Color information
#C95973 (or 0xC95973) is known color: Cabaret. HEX triplet: C9, 59 and 73. RGB value is (201,89,115). Sum of RGB (Red+Green+Blue) = 201+89+115=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C95973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95973 is #36A68C. Grayscale: #7D7D7D. Windows color (decimal): -3581581 or 7559625. OLE color: 7559625.
HSL color Cylindrical-coordinate representation of color #C95973: hue angle of 346.07º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95973 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 115 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.21 |
| HSL | 346.07º | 0.51% | 0.57% | - |
| HSV(B) | 346.07º | 0.56% | 0.79% | - |
| XYZ | 30.75 | 20.8 | 18.61 | - |
| YUV | 125.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 115 | 0 | 0.56 | 0.43 | 0.21 | 346.07 | 0.51 | 0.57 |
| Hex | C9 | 59 | 73 | 0 | 38 | 2B | 15 | 15A | 33 | 39 |
| Octal | 311 | 131 | 163 | 0 | 70 | 53 | 25 | 532 | 63 | 71 |
| Binary | 11001001 | 1011001 | 1110011 | 0 | 111000 | 101011 | 10101 | 101011010 | 110011 | 111001 |
Color Harmonies of #C95973
Complementary color
Monochromatic Colors of #C95973
Black with #C95973
Text Example
Text Example
White with #C95973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95973; }
p { color: rgb(201,89,115); }
H1.HeaderClassName
{
color: #C95973;
}
.AnyTagClassName
{
color: #C95973;
}
</style>
background-color css
<style>
a { background-color: #C95973; }
a { background-color: rgb(201,89,115); }
div.DivClassName
{
background-color: #C95973;
}
.BgClassName
{
background-color: #C95973;
}
</style>
border-color css
<style>
span { border-color: #C95973; }
span { border-color: rgb(201,89,115); }
td.TdClassName
{
border-color: #C95973;
}
.TagClassName
{
border-color: #C95973;
}
</style>