Shades of Cabaret #C8606C
Tints of Cabaret #C8606C
RGB
CMYK
RGB Variations
Color information
#C8606C (or 0xC8606C) is known color: Cabaret. HEX triplet: C8, 60 and 6C. RGB value is (200,96,108). Sum of RGB (Red+Green+Blue) = 200+96+108=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8606C is #379F93. Grayscale: #808080. Windows color (decimal): -3645332 or 7102664. OLE color: 7102664.
HSL color Cylindrical-coordinate representation of color #C8606C: hue angle of 353.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8606C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 108 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.22 |
| HSL | 353.08º | 0.49% | 0.58% | - |
| HSV(B) | 353.08º | 0.52% | 0.78% | - |
| XYZ | 30.71 | 21.73 | 16.76 | - |
| YUV | 128.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 108 | 0 | 0.52 | 0.46 | 0.22 | 353.08 | 0.49 | 0.58 |
| Hex | C8 | 60 | 6C | 0 | 34 | 2E | 16 | 161 | 31 | 3A |
| Octal | 310 | 140 | 154 | 0 | 64 | 56 | 26 | 541 | 61 | 72 |
| Binary | 11001000 | 1100000 | 1101100 | 0 | 110100 | 101110 | 10110 | 101100001 | 110001 | 111010 |
Color Harmonies of #C8606C
Complementary color
Monochromatic Colors of #C8606C
Black with #C8606C
Text Example
Text Example
White with #C8606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8606C; }
p { color: rgb(200,96,108); }
H1.HeaderClassName
{
color: #C8606C;
}
.AnyTagClassName
{
color: #C8606C;
}
</style>
background-color css
<style>
a { background-color: #C8606C; }
a { background-color: rgb(200,96,108); }
div.DivClassName
{
background-color: #C8606C;
}
.BgClassName
{
background-color: #C8606C;
}
</style>
border-color css
<style>
span { border-color: #C8606C; }
span { border-color: rgb(200,96,108); }
td.TdClassName
{
border-color: #C8606C;
}
.TagClassName
{
border-color: #C8606C;
}
</style>