Shades of Cabaret #C55665
Tints of Cabaret #C55665
RGB
CMYK
RGB Variations
Color information
#C55665 (or 0xC55665) is known color: Cabaret. HEX triplet: C5, 56 and 65. RGB value is (197,86,101). Sum of RGB (Red+Green+Blue) = 197+86+101=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C55665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55665 is #3AA99A. Grayscale: #787878. Windows color (decimal): -3844507 or 6641349. OLE color: 6641349.
HSL color Cylindrical-coordinate representation of color #C55665: hue angle of 351.89º 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 #C55665 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 101 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.23 |
| HSL | 351.89º | 0.49% | 0.55% | - |
| HSV(B) | 351.89º | 0.56% | 0.77% | - |
| XYZ | 28.7 | 19.47 | 14.56 | - |
| YUV | 120.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 101 | 0 | 0.56 | 0.49 | 0.23 | 351.89 | 0.49 | 0.55 |
| Hex | C5 | 56 | 65 | 0 | 38 | 31 | 17 | 160 | 31 | 37 |
| Octal | 305 | 126 | 145 | 0 | 70 | 61 | 27 | 540 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1100101 | 0 | 111000 | 110001 | 10111 | 101100000 | 110001 | 110111 |
Color Harmonies of #C55665
Complementary color
Monochromatic Colors of #C55665
Black with #C55665
Text Example
Text Example
White with #C55665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55665; }
p { color: rgb(197,86,101); }
H1.HeaderClassName
{
color: #C55665;
}
.AnyTagClassName
{
color: #C55665;
}
</style>
background-color css
<style>
a { background-color: #C55665; }
a { background-color: rgb(197,86,101); }
div.DivClassName
{
background-color: #C55665;
}
.BgClassName
{
background-color: #C55665;
}
</style>
border-color css
<style>
span { border-color: #C55665; }
span { border-color: rgb(197,86,101); }
td.TdClassName
{
border-color: #C55665;
}
.TagClassName
{
border-color: #C55665;
}
</style>