Shades of Cabaret #C45966
Tints of Cabaret #C45966
RGB
CMYK
RGB Variations
Color information
#C45966 (or 0xC45966) is known color: Cabaret. HEX triplet: C4, 59 and 66. RGB value is (196,89,102). Sum of RGB (Red+Green+Blue) = 196+89+102=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C45966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45966 is #3BA699. Grayscale: #7A7A7A. Windows color (decimal): -3909274 or 6707652. OLE color: 6707652.
HSL color Cylindrical-coordinate representation of color #C45966: hue angle of 352.71º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45966 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 102 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.23 |
| HSL | 352.71º | 0.48% | 0.56% | - |
| HSV(B) | 352.71º | 0.55% | 0.77% | - |
| XYZ | 28.74 | 19.84 | 14.89 | - |
| YUV | 122.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 102 | 0 | 0.55 | 0.48 | 0.23 | 352.71 | 0.48 | 0.56 |
| Hex | C4 | 59 | 66 | 0 | 37 | 30 | 17 | 161 | 30 | 38 |
| Octal | 304 | 131 | 146 | 0 | 67 | 60 | 27 | 541 | 60 | 70 |
| Binary | 11000100 | 1011001 | 1100110 | 0 | 110111 | 110000 | 10111 | 101100001 | 110000 | 111000 |
Color Harmonies of #C45966
Complementary color
Monochromatic Colors of #C45966
Black with #C45966
Text Example
Text Example
White with #C45966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45966; }
p { color: rgb(196,89,102); }
H1.HeaderClassName
{
color: #C45966;
}
.AnyTagClassName
{
color: #C45966;
}
</style>
background-color css
<style>
a { background-color: #C45966; }
a { background-color: rgb(196,89,102); }
div.DivClassName
{
background-color: #C45966;
}
.BgClassName
{
background-color: #C45966;
}
</style>
border-color css
<style>
span { border-color: #C45966; }
span { border-color: rgb(196,89,102); }
td.TdClassName
{
border-color: #C45966;
}
.TagClassName
{
border-color: #C45966;
}
</style>