Shades of Cabaret #C86975
Tints of Cabaret #C86975
RGB
CMYK
RGB Variations
Color information
#C86975 (or 0xC86975) is known color: Cabaret. HEX triplet: C8, 69 and 75. RGB value is (200,105,117). Sum of RGB (Red+Green+Blue) = 200+105+117=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86975 is #37968A. Grayscale: #868686. Windows color (decimal): -3643019 or 7694792. OLE color: 7694792.
HSL color Cylindrical-coordinate representation of color #C86975: hue angle of 352.42º 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 #C86975 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 117 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.22 |
| HSL | 352.42º | 0.46% | 0.6% | - |
| HSV(B) | 352.42º | 0.48% | 0.78% | - |
| XYZ | 32.08 | 23.67 | 19.71 | - |
| YUV | 134.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 117 | 0 | 0.48 | 0.42 | 0.22 | 352.42 | 0.46 | 0.6 |
| Hex | C8 | 69 | 75 | 0 | 30 | 2A | 16 | 160 | 2E | 3C |
| Octal | 310 | 151 | 165 | 0 | 60 | 52 | 26 | 540 | 56 | 74 |
| Binary | 11001000 | 1101001 | 1110101 | 0 | 110000 | 101010 | 10110 | 101100000 | 101110 | 111100 |
Color Harmonies of #C86975
Complementary color
Monochromatic Colors of #C86975
Black with #C86975
Text Example
Text Example
White with #C86975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86975; }
p { color: rgb(200,105,117); }
H1.HeaderClassName
{
color: #C86975;
}
.AnyTagClassName
{
color: #C86975;
}
</style>
background-color css
<style>
a { background-color: #C86975; }
a { background-color: rgb(200,105,117); }
div.DivClassName
{
background-color: #C86975;
}
.BgClassName
{
background-color: #C86975;
}
</style>
border-color css
<style>
span { border-color: #C86975; }
span { border-color: rgb(200,105,117); }
td.TdClassName
{
border-color: #C86975;
}
.TagClassName
{
border-color: #C86975;
}
</style>