Shades of Cabaret #C55768
Tints of Cabaret #C55768
RGB
CMYK
RGB Variations
Color information
#C55768 (or 0xC55768) is known color: Cabaret. HEX triplet: C5, 57 and 68. RGB value is (197,87,104). Sum of RGB (Red+Green+Blue) = 197+87+104=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C55768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55768 is #3AA897. Grayscale: #797979. Windows color (decimal): -3844248 or 6838213. OLE color: 6838213.
HSL color Cylindrical-coordinate representation of color #C55768: hue angle of 350.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55768 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 104 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.23 |
| HSL | 350.73º | 0.49% | 0.56% | - |
| HSV(B) | 350.73º | 0.56% | 0.77% | - |
| XYZ | 28.93 | 19.69 | 15.37 | - |
| YUV | 121.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 104 | 0 | 0.56 | 0.47 | 0.23 | 350.73 | 0.49 | 0.56 |
| Hex | C5 | 57 | 68 | 0 | 38 | 2F | 17 | 15F | 31 | 38 |
| Octal | 305 | 127 | 150 | 0 | 70 | 57 | 27 | 537 | 61 | 70 |
| Binary | 11000101 | 1010111 | 1101000 | 0 | 111000 | 101111 | 10111 | 101011111 | 110001 | 111000 |
Color Harmonies of #C55768
Complementary color
Monochromatic Colors of #C55768
Black with #C55768
Text Example
Text Example
White with #C55768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55768; }
p { color: rgb(197,87,104); }
H1.HeaderClassName
{
color: #C55768;
}
.AnyTagClassName
{
color: #C55768;
}
</style>
background-color css
<style>
a { background-color: #C55768; }
a { background-color: rgb(197,87,104); }
div.DivClassName
{
background-color: #C55768;
}
.BgClassName
{
background-color: #C55768;
}
</style>
border-color css
<style>
span { border-color: #C55768; }
span { border-color: rgb(197,87,104); }
td.TdClassName
{
border-color: #C55768;
}
.TagClassName
{
border-color: #C55768;
}
</style>