Shades of Cabaret #C8526C
Tints of Cabaret #C8526C
RGB
CMYK
RGB Variations
Color information
#C8526C (or 0xC8526C) is known color: Cabaret. HEX triplet: C8, 52 and 6C. RGB value is (200,82,108). Sum of RGB (Red+Green+Blue) = 200+82+108=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8526C is #37AD93. Grayscale: #787878. Windows color (decimal): -3648916 or 7099080. OLE color: 7099080.
HSL color Cylindrical-coordinate representation of color #C8526C: hue angle of 346.78º 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 #C8526C is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 108 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.22 |
| HSL | 346.78º | 0.52% | 0.55% | - |
| HSV(B) | 346.78º | 0.59% | 0.78% | - |
| XYZ | 29.54 | 19.4 | 16.37 | - |
| YUV | 120.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 108 | 0 | 0.59 | 0.46 | 0.22 | 346.78 | 0.52 | 0.55 |
| Hex | C8 | 52 | 6C | 0 | 3B | 2E | 16 | 15B | 34 | 37 |
| Octal | 310 | 122 | 154 | 0 | 73 | 56 | 26 | 533 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1101100 | 0 | 111011 | 101110 | 10110 | 101011011 | 110100 | 110111 |
Color Harmonies of #C8526C
Complementary color
Monochromatic Colors of #C8526C
Black with #C8526C
Text Example
Text Example
White with #C8526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8526C; }
p { color: rgb(200,82,108); }
H1.HeaderClassName
{
color: #C8526C;
}
.AnyTagClassName
{
color: #C8526C;
}
</style>
background-color css
<style>
a { background-color: #C8526C; }
a { background-color: rgb(200,82,108); }
div.DivClassName
{
background-color: #C8526C;
}
.BgClassName
{
background-color: #C8526C;
}
</style>
border-color css
<style>
span { border-color: #C8526C; }
span { border-color: rgb(200,82,108); }
td.TdClassName
{
border-color: #C8526C;
}
.TagClassName
{
border-color: #C8526C;
}
</style>