Shades of Cabaret #C95772
Tints of Cabaret #C95772
RGB
CMYK
RGB Variations
Color information
#C95772 (or 0xC95772) is known color: Cabaret. HEX triplet: C9, 57 and 72. RGB value is (201,87,114). Sum of RGB (Red+Green+Blue) = 201+87+114=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95772 is #36A88D. Grayscale: #7C7C7C. Windows color (decimal): -3582094 or 7493577. OLE color: 7493577.
HSL color Cylindrical-coordinate representation of color #C95772: hue angle of 345.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95772 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 114 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.21 |
| HSL | 345.79º | 0.51% | 0.56% | - |
| HSV(B) | 345.79º | 0.57% | 0.79% | - |
| XYZ | 30.53 | 20.45 | 18.26 | - |
| YUV | 124.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 114 | 0 | 0.57 | 0.43 | 0.21 | 345.79 | 0.51 | 0.56 |
| Hex | C9 | 57 | 72 | 0 | 39 | 2B | 15 | 15A | 33 | 38 |
| Octal | 311 | 127 | 162 | 0 | 71 | 53 | 25 | 532 | 63 | 70 |
| Binary | 11001001 | 1010111 | 1110010 | 0 | 111001 | 101011 | 10101 | 101011010 | 110011 | 111000 |
Color Harmonies of #C95772
Complementary color
Monochromatic Colors of #C95772
Black with #C95772
Text Example
Text Example
White with #C95772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95772; }
p { color: rgb(201,87,114); }
H1.HeaderClassName
{
color: #C95772;
}
.AnyTagClassName
{
color: #C95772;
}
</style>
background-color css
<style>
a { background-color: #C95772; }
a { background-color: rgb(201,87,114); }
div.DivClassName
{
background-color: #C95772;
}
.BgClassName
{
background-color: #C95772;
}
</style>
border-color css
<style>
span { border-color: #C95772; }
span { border-color: rgb(201,87,114); }
td.TdClassName
{
border-color: #C95772;
}
.TagClassName
{
border-color: #C95772;
}
</style>