Shades of Cabaret #C55566
Tints of Cabaret #C55566
RGB
CMYK
RGB Variations
Color information
#C55566 (or 0xC55566) is known color: Cabaret. HEX triplet: C5, 55 and 66. RGB value is (197,85,102). Sum of RGB (Red+Green+Blue) = 197+85+102=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C55566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55566 is #3AAA99. Grayscale: #787878. Windows color (decimal): -3844762 or 6706629. OLE color: 6706629.
HSL color Cylindrical-coordinate representation of color #C55566: hue angle of 350.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55566 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 102 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.23 |
| HSL | 350.89º | 0.49% | 0.55% | - |
| HSV(B) | 350.89º | 0.57% | 0.77% | - |
| XYZ | 28.67 | 19.33 | 14.79 | - |
| YUV | 120.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 102 | 0 | 0.57 | 0.48 | 0.23 | 350.89 | 0.49 | 0.55 |
| Hex | C5 | 55 | 66 | 0 | 39 | 30 | 17 | 15F | 31 | 37 |
| Octal | 305 | 125 | 146 | 0 | 71 | 60 | 27 | 537 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1100110 | 0 | 111001 | 110000 | 10111 | 101011111 | 110001 | 110111 |
Color Harmonies of #C55566
Complementary color
Monochromatic Colors of #C55566
Black with #C55566
Text Example
Text Example
White with #C55566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55566; }
p { color: rgb(197,85,102); }
H1.HeaderClassName
{
color: #C55566;
}
.AnyTagClassName
{
color: #C55566;
}
</style>
background-color css
<style>
a { background-color: #C55566; }
a { background-color: rgb(197,85,102); }
div.DivClassName
{
background-color: #C55566;
}
.BgClassName
{
background-color: #C55566;
}
</style>
border-color css
<style>
span { border-color: #C55566; }
span { border-color: rgb(197,85,102); }
td.TdClassName
{
border-color: #C55566;
}
.TagClassName
{
border-color: #C55566;
}
</style>