Shades of Cabaret #C5557B
Tints of Cabaret #C5557B
RGB
CMYK
RGB Variations
Color information
#C5557B (or 0xC5557B) is known color: Cabaret. HEX triplet: C5, 55 and 7B. RGB value is (197,85,123). Sum of RGB (Red+Green+Blue) = 197+85+123=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5557B is #3AAA84. Grayscale: #7A7A7A. Windows color (decimal): -3844741 or 8082885. OLE color: 8082885.
HSL color Cylindrical-coordinate representation of color #C5557B: hue angle of 339.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5557B is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 123 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.23 |
| HSL | 339.64º | 0.49% | 0.55% | - |
| HSV(B) | 339.64º | 0.57% | 0.77% | - |
| XYZ | 29.85 | 19.8 | 20.99 | - |
| YUV | 122.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 123 | 0 | 0.57 | 0.38 | 0.23 | 339.64 | 0.49 | 0.55 |
| Hex | C5 | 55 | 7B | 0 | 39 | 26 | 17 | 154 | 31 | 37 |
| Octal | 305 | 125 | 173 | 0 | 71 | 46 | 27 | 524 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1111011 | 0 | 111001 | 100110 | 10111 | 101010100 | 110001 | 110111 |
Color Harmonies of #C5557B
Complementary color
Monochromatic Colors of #C5557B
Black with #C5557B
Text Example
Text Example
White with #C5557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5557B; }
p { color: rgb(197,85,123); }
H1.HeaderClassName
{
color: #C5557B;
}
.AnyTagClassName
{
color: #C5557B;
}
</style>
background-color css
<style>
a { background-color: #C5557B; }
a { background-color: rgb(197,85,123); }
div.DivClassName
{
background-color: #C5557B;
}
.BgClassName
{
background-color: #C5557B;
}
</style>
border-color css
<style>
span { border-color: #C5557B; }
span { border-color: rgb(197,85,123); }
td.TdClassName
{
border-color: #C5557B;
}
.TagClassName
{
border-color: #C5557B;
}
</style>