Shades of Cabaret #C8616D
Tints of Cabaret #C8616D
RGB
CMYK
RGB Variations
Color information
#C8616D (or 0xC8616D) is known color: Cabaret. HEX triplet: C8, 61 and 6D. RGB value is (200,97,109). Sum of RGB (Red+Green+Blue) = 200+97+109=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8616D is #379E92. Grayscale: #818181. Windows color (decimal): -3645075 or 7168456. OLE color: 7168456.
HSL color Cylindrical-coordinate representation of color #C8616D: hue angle of 353.01º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8616D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 109 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.22 |
| HSL | 353.01º | 0.48% | 0.58% | - |
| HSV(B) | 353.01º | 0.52% | 0.78% | - |
| XYZ | 30.85 | 21.93 | 17.08 | - |
| YUV | 129.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 109 | 0 | 0.52 | 0.46 | 0.22 | 353.01 | 0.48 | 0.58 |
| Hex | C8 | 61 | 6D | 0 | 34 | 2E | 16 | 161 | 30 | 3A |
| Octal | 310 | 141 | 155 | 0 | 64 | 56 | 26 | 541 | 60 | 72 |
| Binary | 11001000 | 1100001 | 1101101 | 0 | 110100 | 101110 | 10110 | 101100001 | 110000 | 111010 |
Color Harmonies of #C8616D
Complementary color
Monochromatic Colors of #C8616D
Black with #C8616D
Text Example
Text Example
White with #C8616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8616D; }
p { color: rgb(200,97,109); }
H1.HeaderClassName
{
color: #C8616D;
}
.AnyTagClassName
{
color: #C8616D;
}
</style>
background-color css
<style>
a { background-color: #C8616D; }
a { background-color: rgb(200,97,109); }
div.DivClassName
{
background-color: #C8616D;
}
.BgClassName
{
background-color: #C8616D;
}
</style>
border-color css
<style>
span { border-color: #C8616D; }
span { border-color: rgb(200,97,109); }
td.TdClassName
{
border-color: #C8616D;
}
.TagClassName
{
border-color: #C8616D;
}
</style>