Shades of Cabaret #C7587B
Tints of Cabaret #C7587B
RGB
CMYK
RGB Variations
Color information
#C7587B (or 0xC7587B) is known color: Cabaret. HEX triplet: C7, 58 and 7B. RGB value is (199,88,123). Sum of RGB (Red+Green+Blue) = 199+88+123=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7587B is #38A784. Grayscale: #7D7D7D. Windows color (decimal): -3712901 or 8083655. OLE color: 8083655.
HSL color Cylindrical-coordinate representation of color #C7587B: hue angle of 341.08º 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 #C7587B is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 123 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.22 |
| HSL | 341.08º | 0.5% | 0.56% | - |
| HSV(B) | 341.08º | 0.56% | 0.78% | - |
| XYZ | 30.62 | 20.55 | 21.09 | - |
| YUV | 125.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 123 | 0 | 0.56 | 0.38 | 0.22 | 341.08 | 0.5 | 0.56 |
| Hex | C7 | 58 | 7B | 0 | 38 | 26 | 16 | 155 | 32 | 38 |
| Octal | 307 | 130 | 173 | 0 | 70 | 46 | 26 | 525 | 62 | 70 |
| Binary | 11000111 | 1011000 | 1111011 | 0 | 111000 | 100110 | 10110 | 101010101 | 110010 | 111000 |
Color Harmonies of #C7587B
Complementary color
Monochromatic Colors of #C7587B
Black with #C7587B
Text Example
Text Example
White with #C7587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7587B; }
p { color: rgb(199,88,123); }
H1.HeaderClassName
{
color: #C7587B;
}
.AnyTagClassName
{
color: #C7587B;
}
</style>
background-color css
<style>
a { background-color: #C7587B; }
a { background-color: rgb(199,88,123); }
div.DivClassName
{
background-color: #C7587B;
}
.BgClassName
{
background-color: #C7587B;
}
</style>
border-color css
<style>
span { border-color: #C7587B; }
span { border-color: rgb(199,88,123); }
td.TdClassName
{
border-color: #C7587B;
}
.TagClassName
{
border-color: #C7587B;
}
</style>