Shades of Cabaret #C86375
Tints of Cabaret #C86375
RGB
CMYK
RGB Variations
Color information
#C86375 (or 0xC86375) is known color: Cabaret. HEX triplet: C8, 63 and 75. RGB value is (200,99,117). Sum of RGB (Red+Green+Blue) = 200+99+117=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86375 is #379C8A. Grayscale: #838383. Windows color (decimal): -3644555 or 7693256. OLE color: 7693256.
HSL color Cylindrical-coordinate representation of color #C86375: hue angle of 349.31º 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 #C86375 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 117 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.22 |
| HSL | 349.31º | 0.48% | 0.59% | - |
| HSV(B) | 349.31º | 0.51% | 0.78% | - |
| XYZ | 31.49 | 22.49 | 19.51 | - |
| YUV | 131.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 117 | 0 | 0.50 | 0.42 | 0.22 | 349.31 | 0.48 | 0.59 |
| Hex | C8 | 63 | 75 | 0 | 32 | 2A | 16 | 15D | 30 | 3B |
| Octal | 310 | 143 | 165 | 0 | 62 | 52 | 26 | 535 | 60 | 73 |
| Binary | 11001000 | 1100011 | 1110101 | 0 | 110010 | 101010 | 10110 | 101011101 | 110000 | 111011 |
Color Harmonies of #C86375
Complementary color
Monochromatic Colors of #C86375
Black with #C86375
Text Example
Text Example
White with #C86375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86375; }
p { color: rgb(200,99,117); }
H1.HeaderClassName
{
color: #C86375;
}
.AnyTagClassName
{
color: #C86375;
}
</style>
background-color css
<style>
a { background-color: #C86375; }
a { background-color: rgb(200,99,117); }
div.DivClassName
{
background-color: #C86375;
}
.BgClassName
{
background-color: #C86375;
}
</style>
border-color css
<style>
span { border-color: #C86375; }
span { border-color: rgb(200,99,117); }
td.TdClassName
{
border-color: #C86375;
}
.TagClassName
{
border-color: #C86375;
}
</style>