Shades of Cabaret #C7557A
Tints of Cabaret #C7557A
RGB
CMYK
RGB Variations
Color information
#C7557A (or 0xC7557A) is known color: Cabaret. HEX triplet: C7, 55 and 7A. RGB value is (199,85,122). Sum of RGB (Red+Green+Blue) = 199+85+122=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7557A is #38AA85. Grayscale: #7B7B7B. Windows color (decimal): -3713670 or 8017351. OLE color: 8017351.
HSL color Cylindrical-coordinate representation of color #C7557A: hue angle of 340.53º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7557A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 122 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.22 |
| HSL | 340.53º | 0.5% | 0.56% | - |
| HSV(B) | 340.53º | 0.57% | 0.78% | - |
| XYZ | 30.31 | 20.04 | 20.68 | - |
| YUV | 123.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 122 | 0 | 0.57 | 0.39 | 0.22 | 340.53 | 0.5 | 0.56 |
| Hex | C7 | 55 | 7A | 0 | 39 | 27 | 16 | 155 | 32 | 38 |
| Octal | 307 | 125 | 172 | 0 | 71 | 47 | 26 | 525 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1111010 | 0 | 111001 | 100111 | 10110 | 101010101 | 110010 | 111000 |
Color Harmonies of #C7557A
Complementary color
Monochromatic Colors of #C7557A
Black with #C7557A
Text Example
Text Example
White with #C7557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7557A; }
p { color: rgb(199,85,122); }
H1.HeaderClassName
{
color: #C7557A;
}
.AnyTagClassName
{
color: #C7557A;
}
</style>
background-color css
<style>
a { background-color: #C7557A; }
a { background-color: rgb(199,85,122); }
div.DivClassName
{
background-color: #C7557A;
}
.BgClassName
{
background-color: #C7557A;
}
</style>
border-color css
<style>
span { border-color: #C7557A; }
span { border-color: rgb(199,85,122); }
td.TdClassName
{
border-color: #C7557A;
}
.TagClassName
{
border-color: #C7557A;
}
</style>