Shades of Cabaret #C95979
Tints of Cabaret #C95979
RGB
CMYK
RGB Variations
Color information
#C95979 (or 0xC95979) is known color: Cabaret. HEX triplet: C9, 59 and 79. RGB value is (201,89,121). Sum of RGB (Red+Green+Blue) = 201+89+121=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95979 is #36A686. Grayscale: #7E7E7E. Windows color (decimal): -3581575 or 7952841. OLE color: 7952841.
HSL color Cylindrical-coordinate representation of color #C95979: hue angle of 342.86º 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 #C95979 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 121 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.21 |
| HSL | 342.86º | 0.51% | 0.57% | - |
| HSV(B) | 342.86º | 0.56% | 0.79% | - |
| XYZ | 31.11 | 20.94 | 20.49 | - |
| YUV | 126.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 121 | 0 | 0.56 | 0.40 | 0.21 | 342.86 | 0.51 | 0.57 |
| Hex | C9 | 59 | 79 | 0 | 38 | 28 | 15 | 157 | 33 | 39 |
| Octal | 311 | 131 | 171 | 0 | 70 | 50 | 25 | 527 | 63 | 71 |
| Binary | 11001001 | 1011001 | 1111001 | 0 | 111000 | 101000 | 10101 | 101010111 | 110011 | 111001 |
Color Harmonies of #C95979
Complementary color
Monochromatic Colors of #C95979
Black with #C95979
Text Example
Text Example
White with #C95979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95979; }
p { color: rgb(201,89,121); }
H1.HeaderClassName
{
color: #C95979;
}
.AnyTagClassName
{
color: #C95979;
}
</style>
background-color css
<style>
a { background-color: #C95979; }
a { background-color: rgb(201,89,121); }
div.DivClassName
{
background-color: #C95979;
}
.BgClassName
{
background-color: #C95979;
}
</style>
border-color css
<style>
span { border-color: #C95979; }
span { border-color: rgb(201,89,121); }
td.TdClassName
{
border-color: #C95979;
}
.TagClassName
{
border-color: #C95979;
}
</style>