Shades of Cabaret #C95E71
Tints of Cabaret #C95E71
RGB
CMYK
RGB Variations
Color information
#C95E71 (or 0xC95E71) is known color: Cabaret. HEX triplet: C9, 5E and 71. RGB value is (201,94,113). Sum of RGB (Red+Green+Blue) = 201+94+113=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E71 is #36A18E. Grayscale: #808080. Windows color (decimal): -3580303 or 7429833. OLE color: 7429833.
HSL color Cylindrical-coordinate representation of color #C95E71: hue angle of 349.35º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95E71 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 113 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.21 |
| HSL | 349.35º | 0.5% | 0.58% | - |
| HSV(B) | 349.35º | 0.53% | 0.79% | - |
| XYZ | 31.07 | 21.62 | 18.16 | - |
| YUV | 128.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 113 | 0 | 0.53 | 0.44 | 0.21 | 349.35 | 0.5 | 0.58 |
| Hex | C9 | 5E | 71 | 0 | 35 | 2C | 15 | 15D | 32 | 3A |
| Octal | 311 | 136 | 161 | 0 | 65 | 54 | 25 | 535 | 62 | 72 |
| Binary | 11001001 | 1011110 | 1110001 | 0 | 110101 | 101100 | 10101 | 101011101 | 110010 | 111010 |
Color Harmonies of #C95E71
Complementary color
Monochromatic Colors of #C95E71
Black with #C95E71
Text Example
Text Example
White with #C95E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E71; }
p { color: rgb(201,94,113); }
H1.HeaderClassName
{
color: #C95E71;
}
.AnyTagClassName
{
color: #C95E71;
}
</style>
background-color css
<style>
a { background-color: #C95E71; }
a { background-color: rgb(201,94,113); }
div.DivClassName
{
background-color: #C95E71;
}
.BgClassName
{
background-color: #C95E71;
}
</style>
border-color css
<style>
span { border-color: #C95E71; }
span { border-color: rgb(201,94,113); }
td.TdClassName
{
border-color: #C95E71;
}
.TagClassName
{
border-color: #C95E71;
}
</style>