Shades of Cabaret #C86473
Tints of Cabaret #C86473
RGB
CMYK
RGB Variations
Color information
#C86473 (or 0xC86473) is known color: Cabaret. HEX triplet: C8, 64 and 73. RGB value is (200,100,115). Sum of RGB (Red+Green+Blue) = 200+100+115=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C86473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86473 is #379B8C. Grayscale: #838383. Windows color (decimal): -3644301 or 7562440. OLE color: 7562440.
HSL color Cylindrical-coordinate representation of color #C86473: hue angle of 351º 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 #C86473 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 115 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.22 |
| HSL | 351º | 0.48% | 0.59% | - |
| HSV(B) | 351º | 0.5% | 0.78% | - |
| XYZ | 31.47 | 22.63 | 18.93 | - |
| YUV | 131.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 115 | 0 | 0.5 | 0.42 | 0.22 | 351 | 0.48 | 0.59 |
| Hex | C8 | 64 | 73 | 0 | 32 | 2A | 16 | 15F | 30 | 3B |
| Octal | 310 | 144 | 163 | 0 | 62 | 52 | 26 | 537 | 60 | 73 |
| Binary | 11001000 | 1100100 | 1110011 | 0 | 110010 | 101010 | 10110 | 101011111 | 110000 | 111011 |
Color Harmonies of #C86473
Complementary color
Monochromatic Colors of #C86473
Black with #C86473
Text Example
Text Example
White with #C86473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86473; }
p { color: rgb(200,100,115); }
H1.HeaderClassName
{
color: #C86473;
}
.AnyTagClassName
{
color: #C86473;
}
</style>
background-color css
<style>
a { background-color: #C86473; }
a { background-color: rgb(200,100,115); }
div.DivClassName
{
background-color: #C86473;
}
.BgClassName
{
background-color: #C86473;
}
</style>
border-color css
<style>
span { border-color: #C86473; }
span { border-color: rgb(200,100,115); }
td.TdClassName
{
border-color: #C86473;
}
.TagClassName
{
border-color: #C86473;
}
</style>