Shades of Cabaret #C7587C
Tints of Cabaret #C7587C
RGB
CMYK
RGB Variations
Color information
#C7587C (or 0xC7587C) is known color: Cabaret. HEX triplet: C7, 58 and 7C. RGB value is (199,88,124). Sum of RGB (Red+Green+Blue) = 199+88+124=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7587C is #38A783. Grayscale: #7D7D7D. Windows color (decimal): -3712900 or 8149191. OLE color: 8149191.
HSL color Cylindrical-coordinate representation of color #C7587C: hue angle of 340.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7587C is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 124 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.22 |
| HSL | 340.54º | 0.5% | 0.56% | - |
| HSV(B) | 340.54º | 0.56% | 0.78% | - |
| XYZ | 30.68 | 20.58 | 21.42 | - |
| YUV | 125.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 124 | 0 | 0.56 | 0.38 | 0.22 | 340.54 | 0.5 | 0.56 |
| Hex | C7 | 58 | 7C | 0 | 38 | 26 | 16 | 155 | 32 | 38 |
| Octal | 307 | 130 | 174 | 0 | 70 | 46 | 26 | 525 | 62 | 70 |
| Binary | 11000111 | 1011000 | 1111100 | 0 | 111000 | 100110 | 10110 | 101010101 | 110010 | 111000 |
Color Harmonies of #C7587C
Complementary color
Monochromatic Colors of #C7587C
Black with #C7587C
Text Example
Text Example
White with #C7587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7587C; }
p { color: rgb(199,88,124); }
H1.HeaderClassName
{
color: #C7587C;
}
.AnyTagClassName
{
color: #C7587C;
}
</style>
background-color css
<style>
a { background-color: #C7587C; }
a { background-color: rgb(199,88,124); }
div.DivClassName
{
background-color: #C7587C;
}
.BgClassName
{
background-color: #C7587C;
}
</style>
border-color css
<style>
span { border-color: #C7587C; }
span { border-color: rgb(199,88,124); }
td.TdClassName
{
border-color: #C7587C;
}
.TagClassName
{
border-color: #C7587C;
}
</style>