Shades of Cabaret #C8587A
Tints of Cabaret #C8587A
RGB
CMYK
RGB Variations
Color information
#C8587A (or 0xC8587A) is known color: Cabaret. HEX triplet: C8, 58 and 7A. RGB value is (200,88,122). Sum of RGB (Red+Green+Blue) = 200+88+122=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8587A is #37A785. Grayscale: #7D7D7D. Windows color (decimal): -3647366 or 8018120. OLE color: 8018120.
HSL color Cylindrical-coordinate representation of color #C8587A: hue angle of 341.79º 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 #C8587A is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 122 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.22 |
| HSL | 341.79º | 0.5% | 0.56% | - |
| HSV(B) | 341.79º | 0.56% | 0.78% | - |
| XYZ | 30.82 | 20.66 | 20.78 | - |
| YUV | 125.36 | 126.11 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 122 | 0 | 0.56 | 0.39 | 0.22 | 341.79 | 0.5 | 0.56 |
| Hex | C8 | 58 | 7A | 0 | 38 | 27 | 16 | 156 | 32 | 38 |
| Octal | 310 | 130 | 172 | 0 | 70 | 47 | 26 | 526 | 62 | 70 |
| Binary | 11001000 | 1011000 | 1111010 | 0 | 111000 | 100111 | 10110 | 101010110 | 110010 | 111000 |
Color Harmonies of #C8587A
Complementary color
Monochromatic Colors of #C8587A
Black with #C8587A
Text Example
Text Example
White with #C8587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8587A; }
p { color: rgb(200,88,122); }
H1.HeaderClassName
{
color: #C8587A;
}
.AnyTagClassName
{
color: #C8587A;
}
</style>
background-color css
<style>
a { background-color: #C8587A; }
a { background-color: rgb(200,88,122); }
div.DivClassName
{
background-color: #C8587A;
}
.BgClassName
{
background-color: #C8587A;
}
</style>
border-color css
<style>
span { border-color: #C8587A; }
span { border-color: rgb(200,88,122); }
td.TdClassName
{
border-color: #C8587A;
}
.TagClassName
{
border-color: #C8587A;
}
</style>