Shades of Cabaret #C45166
Tints of Cabaret #C45166
RGB
CMYK
RGB Variations
Color information
#C45166 (or 0xC45166) is known color: Cabaret. HEX triplet: C4, 51 and 66. RGB value is (196,81,102). Sum of RGB (Red+Green+Blue) = 196+81+102=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C45166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45166 is #3BAE99. Grayscale: #757575. Windows color (decimal): -3911322 or 6705604. OLE color: 6705604.
HSL color Cylindrical-coordinate representation of color #C45166: hue angle of 349.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45166 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 102 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.23 |
| HSL | 349.04º | 0.49% | 0.54% | - |
| HSV(B) | 349.04º | 0.59% | 0.77% | - |
| XYZ | 28.11 | 18.58 | 14.68 | - |
| YUV | 117.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 102 | 0 | 0.59 | 0.48 | 0.23 | 349.04 | 0.49 | 0.54 |
| Hex | C4 | 51 | 66 | 0 | 3B | 30 | 17 | 15D | 31 | 36 |
| Octal | 304 | 121 | 146 | 0 | 73 | 60 | 27 | 535 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1100110 | 0 | 111011 | 110000 | 10111 | 101011101 | 110001 | 110110 |
Color Harmonies of #C45166
Complementary color
Monochromatic Colors of #C45166
Black with #C45166
Text Example
Text Example
White with #C45166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45166; }
p { color: rgb(196,81,102); }
H1.HeaderClassName
{
color: #C45166;
}
.AnyTagClassName
{
color: #C45166;
}
</style>
background-color css
<style>
a { background-color: #C45166; }
a { background-color: rgb(196,81,102); }
div.DivClassName
{
background-color: #C45166;
}
.BgClassName
{
background-color: #C45166;
}
</style>
border-color css
<style>
span { border-color: #C45166; }
span { border-color: rgb(196,81,102); }
td.TdClassName
{
border-color: #C45166;
}
.TagClassName
{
border-color: #C45166;
}
</style>