Shades of Cabaret #C8527A
Tints of Cabaret #C8527A
RGB
CMYK
RGB Variations
Color information
#C8527A (or 0xC8527A) is known color: Cabaret. HEX triplet: C8, 52 and 7A. RGB value is (200,82,122). Sum of RGB (Red+Green+Blue) = 200+82+122=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8527A is #37AD85. Grayscale: #797979. Windows color (decimal): -3648902 or 8016584. OLE color: 8016584.
HSL color Cylindrical-coordinate representation of color #C8527A: hue angle of 339.66º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8527A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 122 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.22 |
| HSL | 339.66º | 0.52% | 0.55% | - |
| HSV(B) | 339.66º | 0.59% | 0.78% | - |
| XYZ | 30.35 | 19.72 | 20.62 | - |
| YUV | 121.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 122 | 0 | 0.59 | 0.39 | 0.22 | 339.66 | 0.52 | 0.55 |
| Hex | C8 | 52 | 7A | 0 | 3B | 27 | 16 | 154 | 34 | 37 |
| Octal | 310 | 122 | 172 | 0 | 73 | 47 | 26 | 524 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1111010 | 0 | 111011 | 100111 | 10110 | 101010100 | 110100 | 110111 |
Color Harmonies of #C8527A
Complementary color
Monochromatic Colors of #C8527A
Black with #C8527A
Text Example
Text Example
White with #C8527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8527A; }
p { color: rgb(200,82,122); }
H1.HeaderClassName
{
color: #C8527A;
}
.AnyTagClassName
{
color: #C8527A;
}
</style>
background-color css
<style>
a { background-color: #C8527A; }
a { background-color: rgb(200,82,122); }
div.DivClassName
{
background-color: #C8527A;
}
.BgClassName
{
background-color: #C8527A;
}
</style>
border-color css
<style>
span { border-color: #C8527A; }
span { border-color: rgb(200,82,122); }
td.TdClassName
{
border-color: #C8527A;
}
.TagClassName
{
border-color: #C8527A;
}
</style>