Shades of Cabaret #C5587A
Tints of Cabaret #C5587A
RGB
CMYK
RGB Variations
Color information
#C5587A (or 0xC5587A) is known color: Cabaret. HEX triplet: C5, 58 and 7A. RGB value is (197,88,122). Sum of RGB (Red+Green+Blue) = 197+88+122=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5587A is #3AA785. Grayscale: #7C7C7C. Windows color (decimal): -3843974 or 8018117. OLE color: 8018117.
HSL color Cylindrical-coordinate representation of color #C5587A: hue angle of 341.28º 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 #C5587A is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 122 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.23 |
| HSL | 341.28º | 0.48% | 0.56% | - |
| HSV(B) | 341.28º | 0.55% | 0.77% | - |
| XYZ | 30.03 | 20.25 | 20.74 | - |
| YUV | 124.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 122 | 0 | 0.55 | 0.38 | 0.23 | 341.28 | 0.48 | 0.56 |
| Hex | C5 | 58 | 7A | 0 | 37 | 26 | 17 | 155 | 30 | 38 |
| Octal | 305 | 130 | 172 | 0 | 67 | 46 | 27 | 525 | 60 | 70 |
| Binary | 11000101 | 1011000 | 1111010 | 0 | 110111 | 100110 | 10111 | 101010101 | 110000 | 111000 |
Color Harmonies of #C5587A
Complementary color
Monochromatic Colors of #C5587A
Black with #C5587A
Text Example
Text Example
White with #C5587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5587A; }
p { color: rgb(197,88,122); }
H1.HeaderClassName
{
color: #C5587A;
}
.AnyTagClassName
{
color: #C5587A;
}
</style>
background-color css
<style>
a { background-color: #C5587A; }
a { background-color: rgb(197,88,122); }
div.DivClassName
{
background-color: #C5587A;
}
.BgClassName
{
background-color: #C5587A;
}
</style>
border-color css
<style>
span { border-color: #C5587A; }
span { border-color: rgb(197,88,122); }
td.TdClassName
{
border-color: #C5587A;
}
.TagClassName
{
border-color: #C5587A;
}
</style>