Shades of Cabaret #C8527B
Tints of Cabaret #C8527B
RGB
CMYK
RGB Variations
Color information
#C8527B (or 0xC8527B) is known color: Cabaret. HEX triplet: C8, 52 and 7B. RGB value is (200,82,123). Sum of RGB (Red+Green+Blue) = 200+82+123=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8527B is #37AD84. Grayscale: #797979. Windows color (decimal): -3648901 or 8082120. OLE color: 8082120.
HSL color Cylindrical-coordinate representation of color #C8527B: hue angle of 339.15º 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 #C8527B is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 123 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.22 |
| HSL | 339.15º | 0.52% | 0.55% | - |
| HSV(B) | 339.15º | 0.59% | 0.78% | - |
| XYZ | 30.41 | 19.74 | 20.95 | - |
| YUV | 121.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 123 | 0 | 0.59 | 0.38 | 0.22 | 339.15 | 0.52 | 0.55 |
| Hex | C8 | 52 | 7B | 0 | 3B | 26 | 16 | 153 | 34 | 37 |
| Octal | 310 | 122 | 173 | 0 | 73 | 46 | 26 | 523 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1111011 | 0 | 111011 | 100110 | 10110 | 101010011 | 110100 | 110111 |
Color Harmonies of #C8527B
Complementary color
Monochromatic Colors of #C8527B
Black with #C8527B
Text Example
Text Example
White with #C8527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8527B; }
p { color: rgb(200,82,123); }
H1.HeaderClassName
{
color: #C8527B;
}
.AnyTagClassName
{
color: #C8527B;
}
</style>
background-color css
<style>
a { background-color: #C8527B; }
a { background-color: rgb(200,82,123); }
div.DivClassName
{
background-color: #C8527B;
}
.BgClassName
{
background-color: #C8527B;
}
</style>
border-color css
<style>
span { border-color: #C8527B; }
span { border-color: rgb(200,82,123); }
td.TdClassName
{
border-color: #C8527B;
}
.TagClassName
{
border-color: #C8527B;
}
</style>