Shades of Cabaret #C86972
Tints of Cabaret #C86972
RGB
CMYK
RGB Variations
Color information
#C86972 (or 0xC86972) is known color: Cabaret. HEX triplet: C8, 69 and 72. RGB value is (200,105,114). Sum of RGB (Red+Green+Blue) = 200+105+114=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C86972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86972 is #37968D. Grayscale: #868686. Windows color (decimal): -3643022 or 7498184. OLE color: 7498184.
HSL color Cylindrical-coordinate representation of color #C86972: hue angle of 354.32º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86972 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 114 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.22 |
| HSL | 354.32º | 0.46% | 0.6% | - |
| HSV(B) | 354.32º | 0.48% | 0.78% | - |
| XYZ | 31.91 | 23.6 | 18.79 | - |
| YUV | 134.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 114 | 0 | 0.48 | 0.43 | 0.22 | 354.32 | 0.46 | 0.6 |
| Hex | C8 | 69 | 72 | 0 | 30 | 2B | 16 | 162 | 2E | 3C |
| Octal | 310 | 151 | 162 | 0 | 60 | 53 | 26 | 542 | 56 | 74 |
| Binary | 11001000 | 1101001 | 1110010 | 0 | 110000 | 101011 | 10110 | 101100010 | 101110 | 111100 |
Color Harmonies of #C86972
Complementary color
Monochromatic Colors of #C86972
Black with #C86972
Text Example
Text Example
White with #C86972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86972; }
p { color: rgb(200,105,114); }
H1.HeaderClassName
{
color: #C86972;
}
.AnyTagClassName
{
color: #C86972;
}
</style>
background-color css
<style>
a { background-color: #C86972; }
a { background-color: rgb(200,105,114); }
div.DivClassName
{
background-color: #C86972;
}
.BgClassName
{
background-color: #C86972;
}
</style>
border-color css
<style>
span { border-color: #C86972; }
span { border-color: rgb(200,105,114); }
td.TdClassName
{
border-color: #C86972;
}
.TagClassName
{
border-color: #C86972;
}
</style>