Shades of Cabaret #C95276
Tints of Cabaret #C95276
RGB
CMYK
RGB Variations
Color information
#C95276 (or 0xC95276) is known color: Cabaret. HEX triplet: C9, 52 and 76. RGB value is (201,82,118). Sum of RGB (Red+Green+Blue) = 201+82+118=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95276 is #36AD89. Grayscale: #797979. Windows color (decimal): -3583370 or 7754441. OLE color: 7754441.
HSL color Cylindrical-coordinate representation of color #C95276: hue angle of 341.85º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95276 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 118 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.21 |
| HSL | 341.85º | 0.52% | 0.55% | - |
| HSV(B) | 341.85º | 0.59% | 0.79% | - |
| XYZ | 30.37 | 19.76 | 19.35 | - |
| YUV | 121.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 118 | 0 | 0.59 | 0.41 | 0.21 | 341.85 | 0.52 | 0.55 |
| Hex | C9 | 52 | 76 | 0 | 3B | 29 | 15 | 156 | 34 | 37 |
| Octal | 311 | 122 | 166 | 0 | 73 | 51 | 25 | 526 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1110110 | 0 | 111011 | 101001 | 10101 | 101010110 | 110100 | 110111 |
Color Harmonies of #C95276
Complementary color
Monochromatic Colors of #C95276
Black with #C95276
Text Example
Text Example
White with #C95276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95276; }
p { color: rgb(201,82,118); }
H1.HeaderClassName
{
color: #C95276;
}
.AnyTagClassName
{
color: #C95276;
}
</style>
background-color css
<style>
a { background-color: #C95276; }
a { background-color: rgb(201,82,118); }
div.DivClassName
{
background-color: #C95276;
}
.BgClassName
{
background-color: #C95276;
}
</style>
border-color css
<style>
span { border-color: #C95276; }
span { border-color: rgb(201,82,118); }
td.TdClassName
{
border-color: #C95276;
}
.TagClassName
{
border-color: #C95276;
}
</style>