Shades of Cabaret #C85163
Tints of Cabaret #C85163
RGB
CMYK
RGB Variations
Color information
#C85163 (or 0xC85163) is known color: Cabaret. HEX triplet: C8, 51 and 63. RGB value is (200,81,99). Sum of RGB (Red+Green+Blue) = 200+81+99=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C85163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85163 is #37AE9C. Grayscale: #767676. Windows color (decimal): -3649181 or 6509000. OLE color: 6509000.
HSL color Cylindrical-coordinate representation of color #C85163: hue angle of 350.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85163 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 99 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.22 |
| HSL | 350.92º | 0.52% | 0.55% | - |
| HSV(B) | 350.92º | 0.6% | 0.78% | - |
| XYZ | 29.01 | 19.07 | 13.96 | - |
| YUV | 118.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 99 | 0 | 0.59 | 0.50 | 0.22 | 350.92 | 0.52 | 0.55 |
| Hex | C8 | 51 | 63 | 0 | 3B | 32 | 16 | 15F | 34 | 37 |
| Octal | 310 | 121 | 143 | 0 | 73 | 62 | 26 | 537 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1100011 | 0 | 111011 | 110010 | 10110 | 101011111 | 110100 | 110111 |
Color Harmonies of #C85163
Complementary color
Monochromatic Colors of #C85163
Black with #C85163
Text Example
Text Example
White with #C85163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85163; }
p { color: rgb(200,81,99); }
H1.HeaderClassName
{
color: #C85163;
}
.AnyTagClassName
{
color: #C85163;
}
</style>
background-color css
<style>
a { background-color: #C85163; }
a { background-color: rgb(200,81,99); }
div.DivClassName
{
background-color: #C85163;
}
.BgClassName
{
background-color: #C85163;
}
</style>
border-color css
<style>
span { border-color: #C85163; }
span { border-color: rgb(200,81,99); }
td.TdClassName
{
border-color: #C85163;
}
.TagClassName
{
border-color: #C85163;
}
</style>