Shades of Cabaret #C95A71
Tints of Cabaret #C95A71
RGB
CMYK
RGB Variations
Color information
#C95A71 (or 0xC95A71) is known color: Cabaret. HEX triplet: C9, 5A and 71. RGB value is (201,90,113). Sum of RGB (Red+Green+Blue) = 201+90+113=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A71 is #36A58E. Grayscale: #7D7D7D. Windows color (decimal): -3581327 or 7428809. OLE color: 7428809.
HSL color Cylindrical-coordinate representation of color #C95A71: hue angle of 347.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95A71 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 113 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.21 |
| HSL | 347.57º | 0.51% | 0.57% | - |
| HSV(B) | 347.57º | 0.55% | 0.79% | - |
| XYZ | 30.72 | 20.92 | 18.04 | - |
| YUV | 125.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 113 | 0 | 0.55 | 0.44 | 0.21 | 347.57 | 0.51 | 0.57 |
| Hex | C9 | 5A | 71 | 0 | 37 | 2C | 15 | 15C | 33 | 39 |
| Octal | 311 | 132 | 161 | 0 | 67 | 54 | 25 | 534 | 63 | 71 |
| Binary | 11001001 | 1011010 | 1110001 | 0 | 110111 | 101100 | 10101 | 101011100 | 110011 | 111001 |
Color Harmonies of #C95A71
Complementary color
Monochromatic Colors of #C95A71
Black with #C95A71
Text Example
Text Example
White with #C95A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A71; }
p { color: rgb(201,90,113); }
H1.HeaderClassName
{
color: #C95A71;
}
.AnyTagClassName
{
color: #C95A71;
}
</style>
background-color css
<style>
a { background-color: #C95A71; }
a { background-color: rgb(201,90,113); }
div.DivClassName
{
background-color: #C95A71;
}
.BgClassName
{
background-color: #C95A71;
}
</style>
border-color css
<style>
span { border-color: #C95A71; }
span { border-color: rgb(201,90,113); }
td.TdClassName
{
border-color: #C95A71;
}
.TagClassName
{
border-color: #C95A71;
}
</style>