Shades of Cabaret #C7556F
Tints of Cabaret #C7556F
RGB
CMYK
RGB Variations
Color information
#C7556F (or 0xC7556F) is known color: Cabaret. HEX triplet: C7, 55 and 6F. RGB value is (199,85,111). Sum of RGB (Red+Green+Blue) = 199+85+111=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7556F is #38AA90. Grayscale: #7A7A7A. Windows color (decimal): -3713681 or 7296455. OLE color: 7296455.
HSL color Cylindrical-coordinate representation of color #C7556F: hue angle of 346.32º 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 #C7556F is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 111 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.22 |
| HSL | 346.32º | 0.5% | 0.56% | - |
| HSV(B) | 346.32º | 0.57% | 0.78% | - |
| XYZ | 29.67 | 19.79 | 17.29 | - |
| YUV | 122.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 111 | 0 | 0.57 | 0.44 | 0.22 | 346.32 | 0.5 | 0.56 |
| Hex | C7 | 55 | 6F | 0 | 39 | 2C | 16 | 15A | 32 | 38 |
| Octal | 307 | 125 | 157 | 0 | 71 | 54 | 26 | 532 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1101111 | 0 | 111001 | 101100 | 10110 | 101011010 | 110010 | 111000 |
Color Harmonies of #C7556F
Complementary color
Monochromatic Colors of #C7556F
Black with #C7556F
Text Example
Text Example
White with #C7556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7556F; }
p { color: rgb(199,85,111); }
H1.HeaderClassName
{
color: #C7556F;
}
.AnyTagClassName
{
color: #C7556F;
}
</style>
background-color css
<style>
a { background-color: #C7556F; }
a { background-color: rgb(199,85,111); }
div.DivClassName
{
background-color: #C7556F;
}
.BgClassName
{
background-color: #C7556F;
}
</style>
border-color css
<style>
span { border-color: #C7556F; }
span { border-color: rgb(199,85,111); }
td.TdClassName
{
border-color: #C7556F;
}
.TagClassName
{
border-color: #C7556F;
}
</style>