Shades of Cabaret #C55870
Tints of Cabaret #C55870
RGB
CMYK
RGB Variations
Color information
#C55870 (or 0xC55870) is known color: Cabaret. HEX triplet: C5, 58 and 70. RGB value is (197,88,112). Sum of RGB (Red+Green+Blue) = 197+88+112=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55870 is #3AA78F. Grayscale: #7B7B7B. Windows color (decimal): -3843984 or 7362757. OLE color: 7362757.
HSL color Cylindrical-coordinate representation of color #C55870: hue angle of 346.79º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55870 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 112 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.23 |
| HSL | 346.79º | 0.48% | 0.56% | - |
| HSV(B) | 346.79º | 0.55% | 0.77% | - |
| XYZ | 29.44 | 20.02 | 17.64 | - |
| YUV | 123.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 112 | 0 | 0.55 | 0.43 | 0.23 | 346.79 | 0.48 | 0.56 |
| Hex | C5 | 58 | 70 | 0 | 37 | 2B | 17 | 15B | 30 | 38 |
| Octal | 305 | 130 | 160 | 0 | 67 | 53 | 27 | 533 | 60 | 70 |
| Binary | 11000101 | 1011000 | 1110000 | 0 | 110111 | 101011 | 10111 | 101011011 | 110000 | 111000 |
Color Harmonies of #C55870
Complementary color
Monochromatic Colors of #C55870
Black with #C55870
Text Example
Text Example
White with #C55870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55870; }
p { color: rgb(197,88,112); }
H1.HeaderClassName
{
color: #C55870;
}
.AnyTagClassName
{
color: #C55870;
}
</style>
background-color css
<style>
a { background-color: #C55870; }
a { background-color: rgb(197,88,112); }
div.DivClassName
{
background-color: #C55870;
}
.BgClassName
{
background-color: #C55870;
}
</style>
border-color css
<style>
span { border-color: #C55870; }
span { border-color: rgb(197,88,112); }
td.TdClassName
{
border-color: #C55870;
}
.TagClassName
{
border-color: #C55870;
}
</style>