Shades of Cabaret #C6557B
Tints of Cabaret #C6557B
RGB
CMYK
RGB Variations
Color information
#C6557B (or 0xC6557B) is known color: Cabaret. HEX triplet: C6, 55 and 7B. RGB value is (198,85,123). Sum of RGB (Red+Green+Blue) = 198+85+123=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6557B is #39AA84. Grayscale: #7B7B7B. Windows color (decimal): -3779205 or 8082886. OLE color: 8082886.
HSL color Cylindrical-coordinate representation of color #C6557B: hue angle of 339.82º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6557B is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 123 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.22 |
| HSL | 339.82º | 0.5% | 0.55% | - |
| HSV(B) | 339.82º | 0.57% | 0.78% | - |
| XYZ | 30.11 | 19.93 | 21 | - |
| YUV | 123.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 123 | 0 | 0.57 | 0.38 | 0.22 | 339.82 | 0.5 | 0.55 |
| Hex | C6 | 55 | 7B | 0 | 39 | 26 | 16 | 154 | 32 | 37 |
| Octal | 306 | 125 | 173 | 0 | 71 | 46 | 26 | 524 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1111011 | 0 | 111001 | 100110 | 10110 | 101010100 | 110010 | 110111 |
Color Harmonies of #C6557B
Complementary color
Monochromatic Colors of #C6557B
Black with #C6557B
Text Example
Text Example
White with #C6557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6557B; }
p { color: rgb(198,85,123); }
H1.HeaderClassName
{
color: #C6557B;
}
.AnyTagClassName
{
color: #C6557B;
}
</style>
background-color css
<style>
a { background-color: #C6557B; }
a { background-color: rgb(198,85,123); }
div.DivClassName
{
background-color: #C6557B;
}
.BgClassName
{
background-color: #C6557B;
}
</style>
border-color css
<style>
span { border-color: #C6557B; }
span { border-color: rgb(198,85,123); }
td.TdClassName
{
border-color: #C6557B;
}
.TagClassName
{
border-color: #C6557B;
}
</style>