Shades of Cabaret #C8576D
Tints of Cabaret #C8576D
RGB
CMYK
RGB Variations
Color information
#C8576D (or 0xC8576D) is known color: Cabaret. HEX triplet: C8, 57 and 6D. RGB value is (200,87,109). Sum of RGB (Red+Green+Blue) = 200+87+109=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8576D is #37A892. Grayscale: #7B7B7B. Windows color (decimal): -3647635 or 7165896. OLE color: 7165896.
HSL color Cylindrical-coordinate representation of color #C8576D: hue angle of 348.32º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8576D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 109 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.22 |
| HSL | 348.32º | 0.51% | 0.56% | - |
| HSV(B) | 348.32º | 0.57% | 0.78% | - |
| XYZ | 29.99 | 20.2 | 16.79 | - |
| YUV | 123.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 109 | 0 | 0.56 | 0.46 | 0.22 | 348.32 | 0.51 | 0.56 |
| Hex | C8 | 57 | 6D | 0 | 38 | 2E | 16 | 15C | 33 | 38 |
| Octal | 310 | 127 | 155 | 0 | 70 | 56 | 26 | 534 | 63 | 70 |
| Binary | 11001000 | 1010111 | 1101101 | 0 | 111000 | 101110 | 10110 | 101011100 | 110011 | 111000 |
Color Harmonies of #C8576D
Complementary color
Monochromatic Colors of #C8576D
Black with #C8576D
Text Example
Text Example
White with #C8576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8576D; }
p { color: rgb(200,87,109); }
H1.HeaderClassName
{
color: #C8576D;
}
.AnyTagClassName
{
color: #C8576D;
}
</style>
background-color css
<style>
a { background-color: #C8576D; }
a { background-color: rgb(200,87,109); }
div.DivClassName
{
background-color: #C8576D;
}
.BgClassName
{
background-color: #C8576D;
}
</style>
border-color css
<style>
span { border-color: #C8576D; }
span { border-color: rgb(200,87,109); }
td.TdClassName
{
border-color: #C8576D;
}
.TagClassName
{
border-color: #C8576D;
}
</style>