Shades of Cabaret #C8616C
Tints of Cabaret #C8616C
RGB
CMYK
RGB Variations
Color information
#C8616C (or 0xC8616C) is known color: Cabaret. HEX triplet: C8, 61 and 6C. RGB value is (200,97,108). Sum of RGB (Red+Green+Blue) = 200+97+108=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8616C is #379E93. Grayscale: #818181. Windows color (decimal): -3645076 or 7102920. OLE color: 7102920.
HSL color Cylindrical-coordinate representation of color #C8616C: hue angle of 353.59º 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 #C8616C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 108 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.22 |
| HSL | 353.59º | 0.48% | 0.58% | - |
| HSV(B) | 353.59º | 0.52% | 0.78% | - |
| XYZ | 30.8 | 21.91 | 16.79 | - |
| YUV | 129.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 108 | 0 | 0.52 | 0.46 | 0.22 | 353.59 | 0.48 | 0.58 |
| Hex | C8 | 61 | 6C | 0 | 34 | 2E | 16 | 162 | 30 | 3A |
| Octal | 310 | 141 | 154 | 0 | 64 | 56 | 26 | 542 | 60 | 72 |
| Binary | 11001000 | 1100001 | 1101100 | 0 | 110100 | 101110 | 10110 | 101100010 | 110000 | 111010 |
Color Harmonies of #C8616C
Complementary color
Monochromatic Colors of #C8616C
Black with #C8616C
Text Example
Text Example
White with #C8616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8616C; }
p { color: rgb(200,97,108); }
H1.HeaderClassName
{
color: #C8616C;
}
.AnyTagClassName
{
color: #C8616C;
}
</style>
background-color css
<style>
a { background-color: #C8616C; }
a { background-color: rgb(200,97,108); }
div.DivClassName
{
background-color: #C8616C;
}
.BgClassName
{
background-color: #C8616C;
}
</style>
border-color css
<style>
span { border-color: #C8616C; }
span { border-color: rgb(200,97,108); }
td.TdClassName
{
border-color: #C8616C;
}
.TagClassName
{
border-color: #C8616C;
}
</style>