Shades of Cabaret #C94972
Tints of Cabaret #C94972
RGB
CMYK
RGB Variations
Color information
#C94972 (or 0xC94972) is known color: Cabaret. HEX triplet: C9, 49 and 72. RGB value is (201,73,114). Sum of RGB (Red+Green+Blue) = 201+73+114=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C94972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94972 is #36B68D. Grayscale: #737373. Windows color (decimal): -3585678 or 7489993. OLE color: 7489993.
HSL color Cylindrical-coordinate representation of color #C94972: hue angle of 340.78º 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 #C94972 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 114 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.21 |
| HSL | 340.78º | 0.54% | 0.54% | - |
| HSV(B) | 340.78º | 0.64% | 0.79% | - |
| XYZ | 29.51 | 18.4 | 17.92 | - |
| YUV | 115.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 114 | 0 | 0.64 | 0.43 | 0.21 | 340.78 | 0.54 | 0.54 |
| Hex | C9 | 49 | 72 | 0 | 40 | 2B | 15 | 155 | 36 | 36 |
| Octal | 311 | 111 | 162 | 0 | 100 | 53 | 25 | 525 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1110010 | 0 | 1000000 | 101011 | 10101 | 101010101 | 110110 | 110110 |
Color Harmonies of #C94972
Complementary color
Monochromatic Colors of #C94972
Black with #C94972
Text Example
Text Example
White with #C94972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94972; }
p { color: rgb(201,73,114); }
H1.HeaderClassName
{
color: #C94972;
}
.AnyTagClassName
{
color: #C94972;
}
</style>
background-color css
<style>
a { background-color: #C94972; }
a { background-color: rgb(201,73,114); }
div.DivClassName
{
background-color: #C94972;
}
.BgClassName
{
background-color: #C94972;
}
</style>
border-color css
<style>
span { border-color: #C94972; }
span { border-color: rgb(201,73,114); }
td.TdClassName
{
border-color: #C94972;
}
.TagClassName
{
border-color: #C94972;
}
</style>