Shades of Cabaret #C44966
Tints of Cabaret #C44966
RGB
CMYK
RGB Variations
Color information
#C44966 (or 0xC44966) is known color: Cabaret. HEX triplet: C4, 49 and 66. RGB value is (196,73,102). Sum of RGB (Red+Green+Blue) = 196+73+102=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C44966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44966 is #3BB699. Grayscale: #717171. Windows color (decimal): -3913370 or 6703556. OLE color: 6703556.
HSL color Cylindrical-coordinate representation of color #C44966: hue angle of 345.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44966 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 102 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.23 |
| HSL | 345.85º | 0.51% | 0.53% | - |
| HSV(B) | 345.85º | 0.63% | 0.77% | - |
| XYZ | 27.55 | 17.46 | 14.49 | - |
| YUV | 113.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 102 | 0 | 0.63 | 0.48 | 0.23 | 345.85 | 0.51 | 0.53 |
| Hex | C4 | 49 | 66 | 0 | 3F | 30 | 17 | 15A | 33 | 35 |
| Octal | 304 | 111 | 146 | 0 | 77 | 60 | 27 | 532 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1100110 | 0 | 111111 | 110000 | 10111 | 101011010 | 110011 | 110101 |
Color Harmonies of #C44966
Complementary color
Monochromatic Colors of #C44966
Black with #C44966
Text Example
Text Example
White with #C44966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44966; }
p { color: rgb(196,73,102); }
H1.HeaderClassName
{
color: #C44966;
}
.AnyTagClassName
{
color: #C44966;
}
</style>
background-color css
<style>
a { background-color: #C44966; }
a { background-color: rgb(196,73,102); }
div.DivClassName
{
background-color: #C44966;
}
.BgClassName
{
background-color: #C44966;
}
</style>
border-color css
<style>
span { border-color: #C44966; }
span { border-color: rgb(196,73,102); }
td.TdClassName
{
border-color: #C44966;
}
.TagClassName
{
border-color: #C44966;
}
</style>