Shades of Cabaret #C86176
Tints of Cabaret #C86176
RGB
CMYK
RGB Variations
Color information
#C86176 (or 0xC86176) is known color: Cabaret. HEX triplet: C8, 61 and 76. RGB value is (200,97,118). Sum of RGB (Red+Green+Blue) = 200+97+118=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C86176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86176 is #379E89. Grayscale: #828282. Windows color (decimal): -3645066 or 7758280. OLE color: 7758280.
HSL color Cylindrical-coordinate representation of color #C86176: hue angle of 347.77º 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 #C86176 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 118 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.22 |
| HSL | 347.77º | 0.48% | 0.58% | - |
| HSV(B) | 347.77º | 0.52% | 0.78% | - |
| XYZ | 31.36 | 22.14 | 19.76 | - |
| YUV | 130.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 118 | 0 | 0.52 | 0.41 | 0.22 | 347.77 | 0.48 | 0.58 |
| Hex | C8 | 61 | 76 | 0 | 34 | 29 | 16 | 15C | 30 | 3A |
| Octal | 310 | 141 | 166 | 0 | 64 | 51 | 26 | 534 | 60 | 72 |
| Binary | 11001000 | 1100001 | 1110110 | 0 | 110100 | 101001 | 10110 | 101011100 | 110000 | 111010 |
Color Harmonies of #C86176
Complementary color
Monochromatic Colors of #C86176
Black with #C86176
Text Example
Text Example
White with #C86176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86176; }
p { color: rgb(200,97,118); }
H1.HeaderClassName
{
color: #C86176;
}
.AnyTagClassName
{
color: #C86176;
}
</style>
background-color css
<style>
a { background-color: #C86176; }
a { background-color: rgb(200,97,118); }
div.DivClassName
{
background-color: #C86176;
}
.BgClassName
{
background-color: #C86176;
}
</style>
border-color css
<style>
span { border-color: #C86176; }
span { border-color: rgb(200,97,118); }
td.TdClassName
{
border-color: #C86176;
}
.TagClassName
{
border-color: #C86176;
}
</style>