Shades of Cabaret #C85B6C
Tints of Cabaret #C85B6C
RGB
CMYK
RGB Variations
Color information
#C85B6C (or 0xC85B6C) is known color: Cabaret. HEX triplet: C8, 5B and 6C. RGB value is (200,91,108). Sum of RGB (Red+Green+Blue) = 200+91+108=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B6C is #37A493. Grayscale: #7D7D7D. Windows color (decimal): -3646612 or 7101384. OLE color: 7101384.
HSL color Cylindrical-coordinate representation of color #C85B6C: hue angle of 350.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85B6C is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 108 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.22 |
| HSL | 350.64º | 0.5% | 0.57% | - |
| HSV(B) | 350.64º | 0.55% | 0.78% | - |
| XYZ | 30.27 | 20.84 | 16.62 | - |
| YUV | 125.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 108 | 0 | 0.54 | 0.46 | 0.22 | 350.64 | 0.5 | 0.57 |
| Hex | C8 | 5B | 6C | 0 | 36 | 2E | 16 | 15F | 32 | 39 |
| Octal | 310 | 133 | 154 | 0 | 66 | 56 | 26 | 537 | 62 | 71 |
| Binary | 11001000 | 1011011 | 1101100 | 0 | 110110 | 101110 | 10110 | 101011111 | 110010 | 111001 |
Color Harmonies of #C85B6C
Complementary color
Monochromatic Colors of #C85B6C
Black with #C85B6C
Text Example
Text Example
White with #C85B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B6C; }
p { color: rgb(200,91,108); }
H1.HeaderClassName
{
color: #C85B6C;
}
.AnyTagClassName
{
color: #C85B6C;
}
</style>
background-color css
<style>
a { background-color: #C85B6C; }
a { background-color: rgb(200,91,108); }
div.DivClassName
{
background-color: #C85B6C;
}
.BgClassName
{
background-color: #C85B6C;
}
</style>
border-color css
<style>
span { border-color: #C85B6C; }
span { border-color: rgb(200,91,108); }
td.TdClassName
{
border-color: #C85B6C;
}
.TagClassName
{
border-color: #C85B6C;
}
</style>