Shades of Cabaret #C86870
Tints of Cabaret #C86870
RGB
CMYK
RGB Variations
Color information
#C86870 (or 0xC86870) is known color: Cabaret. HEX triplet: C8, 68 and 70. RGB value is (200,104,112). Sum of RGB (Red+Green+Blue) = 200+104+112=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86870 is #37978F. Grayscale: #858585. Windows color (decimal): -3643280 or 7366856. OLE color: 7366856.
HSL color Cylindrical-coordinate representation of color #C86870: hue angle of 355º degrees, saturation: 0.47, 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 #C86870 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 112 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.22 |
| HSL | 355º | 0.47% | 0.6% | - |
| HSV(B) | 355º | 0.48% | 0.78% | - |
| XYZ | 31.69 | 23.35 | 18.17 | - |
| YUV | 133.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 112 | 0 | 0.48 | 0.44 | 0.22 | 355 | 0.47 | 0.6 |
| Hex | C8 | 68 | 70 | 0 | 30 | 2C | 16 | 163 | 2F | 3C |
| Octal | 310 | 150 | 160 | 0 | 60 | 54 | 26 | 543 | 57 | 74 |
| Binary | 11001000 | 1101000 | 1110000 | 0 | 110000 | 101100 | 10110 | 101100011 | 101111 | 111100 |
Color Harmonies of #C86870
Complementary color
Monochromatic Colors of #C86870
Black with #C86870
Text Example
Text Example
White with #C86870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86870; }
p { color: rgb(200,104,112); }
H1.HeaderClassName
{
color: #C86870;
}
.AnyTagClassName
{
color: #C86870;
}
</style>
background-color css
<style>
a { background-color: #C86870; }
a { background-color: rgb(200,104,112); }
div.DivClassName
{
background-color: #C86870;
}
.BgClassName
{
background-color: #C86870;
}
</style>
border-color css
<style>
span { border-color: #C86870; }
span { border-color: rgb(200,104,112); }
td.TdClassName
{
border-color: #C86870;
}
.TagClassName
{
border-color: #C86870;
}
</style>