Shades of Cabaret #C86370
Tints of Cabaret #C86370
RGB
CMYK
RGB Variations
Color information
#C86370 (or 0xC86370) is known color: Cabaret. HEX triplet: C8, 63 and 70. RGB value is (200,99,112). Sum of RGB (Red+Green+Blue) = 200+99+112=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C86370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86370 is #379C8F. Grayscale: #828282. Windows color (decimal): -3644560 or 7365576. OLE color: 7365576.
HSL color Cylindrical-coordinate representation of color #C86370: hue angle of 352.28º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86370 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 112 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.22 |
| HSL | 352.28º | 0.48% | 0.59% | - |
| HSV(B) | 352.28º | 0.51% | 0.78% | - |
| XYZ | 31.21 | 22.37 | 18 | - |
| YUV | 130.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 112 | 0 | 0.50 | 0.44 | 0.22 | 352.28 | 0.48 | 0.59 |
| Hex | C8 | 63 | 70 | 0 | 32 | 2C | 16 | 160 | 30 | 3B |
| Octal | 310 | 143 | 160 | 0 | 62 | 54 | 26 | 540 | 60 | 73 |
| Binary | 11001000 | 1100011 | 1110000 | 0 | 110010 | 101100 | 10110 | 101100000 | 110000 | 111011 |
Color Harmonies of #C86370
Complementary color
Monochromatic Colors of #C86370
Black with #C86370
Text Example
Text Example
White with #C86370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86370; }
p { color: rgb(200,99,112); }
H1.HeaderClassName
{
color: #C86370;
}
.AnyTagClassName
{
color: #C86370;
}
</style>
background-color css
<style>
a { background-color: #C86370; }
a { background-color: rgb(200,99,112); }
div.DivClassName
{
background-color: #C86370;
}
.BgClassName
{
background-color: #C86370;
}
</style>
border-color css
<style>
span { border-color: #C86370; }
span { border-color: rgb(200,99,112); }
td.TdClassName
{
border-color: #C86370;
}
.TagClassName
{
border-color: #C86370;
}
</style>