Shades of Cabaret #C94970
Tints of Cabaret #C94970
RGB
CMYK
RGB Variations
Color information
#C94970 (or 0xC94970) is known color: Cabaret. HEX triplet: C9, 49 and 70. RGB value is (201,73,112). Sum of RGB (Red+Green+Blue) = 201+73+112=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94970 is #36B68F. Grayscale: #737373. Windows color (decimal): -3585680 or 7358921. OLE color: 7358921.
HSL color Cylindrical-coordinate representation of color #C94970: hue angle of 341.72º 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 #C94970 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 112 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.21 |
| HSL | 341.72º | 0.54% | 0.54% | - |
| HSV(B) | 341.72º | 0.64% | 0.79% | - |
| XYZ | 29.39 | 18.35 | 17.32 | - |
| YUV | 115.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 112 | 0 | 0.64 | 0.44 | 0.21 | 341.72 | 0.54 | 0.54 |
| Hex | C9 | 49 | 70 | 0 | 40 | 2C | 15 | 156 | 36 | 36 |
| Octal | 311 | 111 | 160 | 0 | 100 | 54 | 25 | 526 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1110000 | 0 | 1000000 | 101100 | 10101 | 101010110 | 110110 | 110110 |
Color Harmonies of #C94970
Complementary color
Monochromatic Colors of #C94970
Black with #C94970
Text Example
Text Example
White with #C94970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94970; }
p { color: rgb(201,73,112); }
H1.HeaderClassName
{
color: #C94970;
}
.AnyTagClassName
{
color: #C94970;
}
</style>
background-color css
<style>
a { background-color: #C94970; }
a { background-color: rgb(201,73,112); }
div.DivClassName
{
background-color: #C94970;
}
.BgClassName
{
background-color: #C94970;
}
</style>
border-color css
<style>
span { border-color: #C94970; }
span { border-color: rgb(201,73,112); }
td.TdClassName
{
border-color: #C94970;
}
.TagClassName
{
border-color: #C94970;
}
</style>