Shades of Cabaret #C94976
Tints of Cabaret #C94976
RGB
CMYK
RGB Variations
Color information
#C94976 (or 0xC94976) is known color: Cabaret. HEX triplet: C9, 49 and 76. RGB value is (201,73,118). Sum of RGB (Red+Green+Blue) = 201+73+118=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C94976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94976 is #36B689. Grayscale: #747474. Windows color (decimal): -3585674 or 7752137. OLE color: 7752137.
HSL color Cylindrical-coordinate representation of color #C94976: hue angle of 338.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94976 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 118 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.21 |
| HSL | 338.91º | 0.54% | 0.54% | - |
| HSV(B) | 338.91º | 0.64% | 0.79% | - |
| XYZ | 29.74 | 18.49 | 19.14 | - |
| YUV | 116.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 118 | 0 | 0.64 | 0.41 | 0.21 | 338.91 | 0.54 | 0.54 |
| Hex | C9 | 49 | 76 | 0 | 40 | 29 | 15 | 153 | 36 | 36 |
| Octal | 311 | 111 | 166 | 0 | 100 | 51 | 25 | 523 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1110110 | 0 | 1000000 | 101001 | 10101 | 101010011 | 110110 | 110110 |
Color Harmonies of #C94976
Complementary color
Monochromatic Colors of #C94976
Black with #C94976
Text Example
Text Example
White with #C94976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94976; }
p { color: rgb(201,73,118); }
H1.HeaderClassName
{
color: #C94976;
}
.AnyTagClassName
{
color: #C94976;
}
</style>
background-color css
<style>
a { background-color: #C94976; }
a { background-color: rgb(201,73,118); }
div.DivClassName
{
background-color: #C94976;
}
.BgClassName
{
background-color: #C94976;
}
</style>
border-color css
<style>
span { border-color: #C94976; }
span { border-color: rgb(201,73,118); }
td.TdClassName
{
border-color: #C94976;
}
.TagClassName
{
border-color: #C94976;
}
</style>