Shades of Cabaret #C95B76
Tints of Cabaret #C95B76
RGB
CMYK
RGB Variations
Color information
#C95B76 (or 0xC95B76) is known color: Cabaret. HEX triplet: C9, 5B and 76. RGB value is (201,91,118). Sum of RGB (Red+Green+Blue) = 201+91+118=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B76 is #36A489. Grayscale: #7E7E7E. Windows color (decimal): -3581066 or 7756745. OLE color: 7756745.
HSL color Cylindrical-coordinate representation of color #C95B76: hue angle of 345.27º degrees, saturation: 0.5, 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 #C95B76 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 118 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.21 |
| HSL | 345.27º | 0.5% | 0.57% | - |
| HSV(B) | 345.27º | 0.55% | 0.79% | - |
| XYZ | 31.1 | 21.21 | 19.59 | - |
| YUV | 126.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 118 | 0 | 0.55 | 0.41 | 0.21 | 345.27 | 0.5 | 0.57 |
| Hex | C9 | 5B | 76 | 0 | 37 | 29 | 15 | 159 | 32 | 39 |
| Octal | 311 | 133 | 166 | 0 | 67 | 51 | 25 | 531 | 62 | 71 |
| Binary | 11001001 | 1011011 | 1110110 | 0 | 110111 | 101001 | 10101 | 101011001 | 110010 | 111001 |
Color Harmonies of #C95B76
Complementary color
Monochromatic Colors of #C95B76
Black with #C95B76
Text Example
Text Example
White with #C95B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B76; }
p { color: rgb(201,91,118); }
H1.HeaderClassName
{
color: #C95B76;
}
.AnyTagClassName
{
color: #C95B76;
}
</style>
background-color css
<style>
a { background-color: #C95B76; }
a { background-color: rgb(201,91,118); }
div.DivClassName
{
background-color: #C95B76;
}
.BgClassName
{
background-color: #C95B76;
}
</style>
border-color css
<style>
span { border-color: #C95B76; }
span { border-color: rgb(201,91,118); }
td.TdClassName
{
border-color: #C95B76;
}
.TagClassName
{
border-color: #C95B76;
}
</style>