Shades of Cabaret #C86378
Tints of Cabaret #C86378
RGB
CMYK
RGB Variations
Color information
#C86378 (or 0xC86378) is known color: Cabaret. HEX triplet: C8, 63 and 78. RGB value is (200,99,120). Sum of RGB (Red+Green+Blue) = 200+99+120=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C86378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86378 is #379C87. Grayscale: #838383. Windows color (decimal): -3644552 or 7889864. OLE color: 7889864.
HSL color Cylindrical-coordinate representation of color #C86378: hue angle of 347.52º 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 #C86378 is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 120 | - |
| CMYK | 0 | 0.50 | 0.4 | 0.22 |
| HSL | 347.52º | 0.48% | 0.59% | - |
| HSV(B) | 347.52º | 0.51% | 0.78% | - |
| XYZ | 31.67 | 22.56 | 20.45 | - |
| YUV | 131.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 120 | 0 | 0.50 | 0.4 | 0.22 | 347.52 | 0.48 | 0.59 |
| Hex | C8 | 63 | 78 | 0 | 32 | 28 | 16 | 15C | 30 | 3B |
| Octal | 310 | 143 | 170 | 0 | 62 | 50 | 26 | 534 | 60 | 73 |
| Binary | 11001000 | 1100011 | 1111000 | 0 | 110010 | 101000 | 10110 | 101011100 | 110000 | 111011 |
Color Harmonies of #C86378
Complementary color
Monochromatic Colors of #C86378
Black with #C86378
Text Example
Text Example
White with #C86378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86378; }
p { color: rgb(200,99,120); }
H1.HeaderClassName
{
color: #C86378;
}
.AnyTagClassName
{
color: #C86378;
}
</style>
background-color css
<style>
a { background-color: #C86378; }
a { background-color: rgb(200,99,120); }
div.DivClassName
{
background-color: #C86378;
}
.BgClassName
{
background-color: #C86378;
}
</style>
border-color css
<style>
span { border-color: #C86378; }
span { border-color: rgb(200,99,120); }
td.TdClassName
{
border-color: #C86378;
}
.TagClassName
{
border-color: #C86378;
}
</style>