Shades of Cabaret #C86276
Tints of Cabaret #C86276
RGB
CMYK
RGB Variations
Color information
#C86276 (or 0xC86276) is known color: Cabaret. HEX triplet: C8, 62 and 76. RGB value is (200,98,118). Sum of RGB (Red+Green+Blue) = 200+98+118=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86276 is #379D89. Grayscale: #828282. Windows color (decimal): -3644810 or 7758536. OLE color: 7758536.
HSL color Cylindrical-coordinate representation of color #C86276: hue angle of 348.24º 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 #C86276 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 118 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.22 |
| HSL | 348.24º | 0.48% | 0.58% | - |
| HSV(B) | 348.24º | 0.51% | 0.78% | - |
| XYZ | 31.46 | 22.32 | 19.79 | - |
| YUV | 130.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 118 | 0 | 0.51 | 0.41 | 0.22 | 348.24 | 0.48 | 0.58 |
| Hex | C8 | 62 | 76 | 0 | 33 | 29 | 16 | 15C | 30 | 3A |
| Octal | 310 | 142 | 166 | 0 | 63 | 51 | 26 | 534 | 60 | 72 |
| Binary | 11001000 | 1100010 | 1110110 | 0 | 110011 | 101001 | 10110 | 101011100 | 110000 | 111010 |
Color Harmonies of #C86276
Complementary color
Monochromatic Colors of #C86276
Black with #C86276
Text Example
Text Example
White with #C86276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86276; }
p { color: rgb(200,98,118); }
H1.HeaderClassName
{
color: #C86276;
}
.AnyTagClassName
{
color: #C86276;
}
</style>
background-color css
<style>
a { background-color: #C86276; }
a { background-color: rgb(200,98,118); }
div.DivClassName
{
background-color: #C86276;
}
.BgClassName
{
background-color: #C86276;
}
</style>
border-color css
<style>
span { border-color: #C86276; }
span { border-color: rgb(200,98,118); }
td.TdClassName
{
border-color: #C86276;
}
.TagClassName
{
border-color: #C86276;
}
</style>