Shades of Cabaret #C55668
Tints of Cabaret #C55668
RGB
CMYK
RGB Variations
Color information
#C55668 (or 0xC55668) is known color: Cabaret. HEX triplet: C5, 56 and 68. RGB value is (197,86,104). Sum of RGB (Red+Green+Blue) = 197+86+104=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C55668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55668 is #3AA997. Grayscale: #797979. Windows color (decimal): -3844504 or 6837957. OLE color: 6837957.
HSL color Cylindrical-coordinate representation of color #C55668: hue angle of 350.27º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55668 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 104 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.23 |
| HSL | 350.27º | 0.49% | 0.55% | - |
| HSV(B) | 350.27º | 0.56% | 0.77% | - |
| XYZ | 28.85 | 19.53 | 15.34 | - |
| YUV | 121.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 104 | 0 | 0.56 | 0.47 | 0.23 | 350.27 | 0.49 | 0.55 |
| Hex | C5 | 56 | 68 | 0 | 38 | 2F | 17 | 15E | 31 | 37 |
| Octal | 305 | 126 | 150 | 0 | 70 | 57 | 27 | 536 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1101000 | 0 | 111000 | 101111 | 10111 | 101011110 | 110001 | 110111 |
Color Harmonies of #C55668
Complementary color
Monochromatic Colors of #C55668
Black with #C55668
Text Example
Text Example
White with #C55668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55668; }
p { color: rgb(197,86,104); }
H1.HeaderClassName
{
color: #C55668;
}
.AnyTagClassName
{
color: #C55668;
}
</style>
background-color css
<style>
a { background-color: #C55668; }
a { background-color: rgb(197,86,104); }
div.DivClassName
{
background-color: #C55668;
}
.BgClassName
{
background-color: #C55668;
}
</style>
border-color css
<style>
span { border-color: #C55668; }
span { border-color: rgb(197,86,104); }
td.TdClassName
{
border-color: #C55668;
}
.TagClassName
{
border-color: #C55668;
}
</style>