Shades of Cabaret #C8557B
Tints of Cabaret #C8557B
RGB
CMYK
RGB Variations
Color information
#C8557B (or 0xC8557B) is known color: Cabaret. HEX triplet: C8, 55 and 7B. RGB value is (200,85,123). Sum of RGB (Red+Green+Blue) = 200+85+123=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8557B is #37AA84. Grayscale: #7B7B7B. Windows color (decimal): -3648133 or 8082888. OLE color: 8082888.
HSL color Cylindrical-coordinate representation of color #C8557B: hue angle of 340.17º degrees, saturation: 0.51, 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 #C8557B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 123 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.22 |
| HSL | 340.17º | 0.51% | 0.56% | - |
| HSV(B) | 340.17º | 0.58% | 0.78% | - |
| XYZ | 30.64 | 20.21 | 21.02 | - |
| YUV | 123.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 123 | 0 | 0.58 | 0.38 | 0.22 | 340.17 | 0.51 | 0.56 |
| Hex | C8 | 55 | 7B | 0 | 3A | 26 | 16 | 154 | 33 | 38 |
| Octal | 310 | 125 | 173 | 0 | 72 | 46 | 26 | 524 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1111011 | 0 | 111010 | 100110 | 10110 | 101010100 | 110011 | 111000 |
Color Harmonies of #C8557B
Complementary color
Monochromatic Colors of #C8557B
Black with #C8557B
Text Example
Text Example
White with #C8557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8557B; }
p { color: rgb(200,85,123); }
H1.HeaderClassName
{
color: #C8557B;
}
.AnyTagClassName
{
color: #C8557B;
}
</style>
background-color css
<style>
a { background-color: #C8557B; }
a { background-color: rgb(200,85,123); }
div.DivClassName
{
background-color: #C8557B;
}
.BgClassName
{
background-color: #C8557B;
}
</style>
border-color css
<style>
span { border-color: #C8557B; }
span { border-color: rgb(200,85,123); }
td.TdClassName
{
border-color: #C8557B;
}
.TagClassName
{
border-color: #C8557B;
}
</style>