Shades of Cabaret #C94B76
Tints of Cabaret #C94B76
RGB
CMYK
RGB Variations
Color information
#C94B76 (or 0xC94B76) is known color: Cabaret. HEX triplet: C9, 4B and 76. RGB value is (201,75,118). Sum of RGB (Red+Green+Blue) = 201+75+118=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B76 is #36B489. Grayscale: #757575. Windows color (decimal): -3585162 or 7752649. OLE color: 7752649.
HSL color Cylindrical-coordinate representation of color #C94B76: hue angle of 339.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B76 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 118 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.21 |
| HSL | 339.52º | 0.54% | 0.54% | - |
| HSV(B) | 339.52º | 0.63% | 0.79% | - |
| XYZ | 29.87 | 18.76 | 19.19 | - |
| YUV | 117.58 | 128.24 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 118 | 0 | 0.63 | 0.41 | 0.21 | 339.52 | 0.54 | 0.54 |
| Hex | C9 | 4B | 76 | 0 | 3F | 29 | 15 | 154 | 36 | 36 |
| Octal | 311 | 113 | 166 | 0 | 77 | 51 | 25 | 524 | 66 | 66 |
| Binary | 11001001 | 1001011 | 1110110 | 0 | 111111 | 101001 | 10101 | 101010100 | 110110 | 110110 |
Color Harmonies of #C94B76
Complementary color
Monochromatic Colors of #C94B76
Black with #C94B76
Text Example
Text Example
White with #C94B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B76; }
p { color: rgb(201,75,118); }
H1.HeaderClassName
{
color: #C94B76;
}
.AnyTagClassName
{
color: #C94B76;
}
</style>
background-color css
<style>
a { background-color: #C94B76; }
a { background-color: rgb(201,75,118); }
div.DivClassName
{
background-color: #C94B76;
}
.BgClassName
{
background-color: #C94B76;
}
</style>
border-color css
<style>
span { border-color: #C94B76; }
span { border-color: rgb(201,75,118); }
td.TdClassName
{
border-color: #C94B76;
}
.TagClassName
{
border-color: #C94B76;
}
</style>