Shades of Cabaret #C7556A
Tints of Cabaret #C7556A
RGB
CMYK
RGB Variations
Color information
#C7556A (or 0xC7556A) is known color: Cabaret. HEX triplet: C7, 55 and 6A. RGB value is (199,85,106). Sum of RGB (Red+Green+Blue) = 199+85+106=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7556A is #38AA95. Grayscale: #797979. Windows color (decimal): -3713686 or 6968775. OLE color: 6968775.
HSL color Cylindrical-coordinate representation of color #C7556A: hue angle of 348.95º 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 #C7556A is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 106 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.22 |
| HSL | 348.95º | 0.5% | 0.56% | - |
| HSV(B) | 348.95º | 0.57% | 0.78% | - |
| XYZ | 29.4 | 19.68 | 15.88 | - |
| YUV | 121.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 106 | 0 | 0.57 | 0.47 | 0.22 | 348.95 | 0.5 | 0.56 |
| Hex | C7 | 55 | 6A | 0 | 39 | 2F | 16 | 15D | 32 | 38 |
| Octal | 307 | 125 | 152 | 0 | 71 | 57 | 26 | 535 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1101010 | 0 | 111001 | 101111 | 10110 | 101011101 | 110010 | 111000 |
Color Harmonies of #C7556A
Complementary color
Monochromatic Colors of #C7556A
Black with #C7556A
Text Example
Text Example
White with #C7556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7556A; }
p { color: rgb(199,85,106); }
H1.HeaderClassName
{
color: #C7556A;
}
.AnyTagClassName
{
color: #C7556A;
}
</style>
background-color css
<style>
a { background-color: #C7556A; }
a { background-color: rgb(199,85,106); }
div.DivClassName
{
background-color: #C7556A;
}
.BgClassName
{
background-color: #C7556A;
}
</style>
border-color css
<style>
span { border-color: #C7556A; }
span { border-color: rgb(199,85,106); }
td.TdClassName
{
border-color: #C7556A;
}
.TagClassName
{
border-color: #C7556A;
}
</style>