Shades of Cabaret #C86373
Tints of Cabaret #C86373
RGB
CMYK
RGB Variations
Color information
#C86373 (or 0xC86373) is known color: Cabaret. HEX triplet: C8, 63 and 73. RGB value is (200,99,115). Sum of RGB (Red+Green+Blue) = 200+99+115=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86373 is #379C8C. Grayscale: #838383. Windows color (decimal): -3644557 or 7562184. OLE color: 7562184.
HSL color Cylindrical-coordinate representation of color #C86373: hue angle of 350.5º 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 #C86373 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 115 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.22 |
| HSL | 350.5º | 0.48% | 0.59% | - |
| HSV(B) | 350.5º | 0.51% | 0.78% | - |
| XYZ | 31.38 | 22.44 | 18.9 | - |
| YUV | 131.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 115 | 0 | 0.50 | 0.42 | 0.22 | 350.5 | 0.48 | 0.59 |
| Hex | C8 | 63 | 73 | 0 | 32 | 2A | 16 | 15E | 30 | 3B |
| Octal | 310 | 143 | 163 | 0 | 62 | 52 | 26 | 536 | 60 | 73 |
| Binary | 11001000 | 1100011 | 1110011 | 0 | 110010 | 101010 | 10110 | 101011110 | 110000 | 111011 |
Color Harmonies of #C86373
Complementary color
Monochromatic Colors of #C86373
Black with #C86373
Text Example
Text Example
White with #C86373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86373; }
p { color: rgb(200,99,115); }
H1.HeaderClassName
{
color: #C86373;
}
.AnyTagClassName
{
color: #C86373;
}
</style>
background-color css
<style>
a { background-color: #C86373; }
a { background-color: rgb(200,99,115); }
div.DivClassName
{
background-color: #C86373;
}
.BgClassName
{
background-color: #C86373;
}
</style>
border-color css
<style>
span { border-color: #C86373; }
span { border-color: rgb(200,99,115); }
td.TdClassName
{
border-color: #C86373;
}
.TagClassName
{
border-color: #C86373;
}
</style>