Shades of Cabaret #C8517A
Tints of Cabaret #C8517A
RGB
CMYK
RGB Variations
Color information
#C8517A (or 0xC8517A) is known color: Cabaret. HEX triplet: C8, 51 and 7A. RGB value is (200,81,122). Sum of RGB (Red+Green+Blue) = 200+81+122=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8517A is #37AE85. Grayscale: #797979. Windows color (decimal): -3649158 or 8016328. OLE color: 8016328.
HSL color Cylindrical-coordinate representation of color #C8517A: hue angle of 339.33º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8517A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 122 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.22 |
| HSL | 339.33º | 0.52% | 0.55% | - |
| HSV(B) | 339.33º | 0.6% | 0.78% | - |
| XYZ | 30.27 | 19.57 | 20.59 | - |
| YUV | 121.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 122 | 0 | 0.59 | 0.39 | 0.22 | 339.33 | 0.52 | 0.55 |
| Hex | C8 | 51 | 7A | 0 | 3B | 27 | 16 | 153 | 34 | 37 |
| Octal | 310 | 121 | 172 | 0 | 73 | 47 | 26 | 523 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1111010 | 0 | 111011 | 100111 | 10110 | 101010011 | 110100 | 110111 |
Color Harmonies of #C8517A
Complementary color
Monochromatic Colors of #C8517A
Black with #C8517A
Text Example
Text Example
White with #C8517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8517A; }
p { color: rgb(200,81,122); }
H1.HeaderClassName
{
color: #C8517A;
}
.AnyTagClassName
{
color: #C8517A;
}
</style>
background-color css
<style>
a { background-color: #C8517A; }
a { background-color: rgb(200,81,122); }
div.DivClassName
{
background-color: #C8517A;
}
.BgClassName
{
background-color: #C8517A;
}
</style>
border-color css
<style>
span { border-color: #C8517A; }
span { border-color: rgb(200,81,122); }
td.TdClassName
{
border-color: #C8517A;
}
.TagClassName
{
border-color: #C8517A;
}
</style>