Shades of Cabaret #C85C6E
Tints of Cabaret #C85C6E
RGB
CMYK
RGB Variations
Color information
#C85C6E (or 0xC85C6E) is known color: Cabaret. HEX triplet: C8, 5C and 6E. RGB value is (200,92,110). Sum of RGB (Red+Green+Blue) = 200+92+110=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C6E is #37A391. Grayscale: #7E7E7E. Windows color (decimal): -3646354 or 7232712. OLE color: 7232712.
HSL color Cylindrical-coordinate representation of color #C85C6E: hue angle of 350º 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 #C85C6E is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 110 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.22 |
| HSL | 350º | 0.5% | 0.57% | - |
| HSV(B) | 350º | 0.54% | 0.78% | - |
| XYZ | 30.46 | 21.06 | 17.21 | - |
| YUV | 126.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 110 | 0 | 0.54 | 0.45 | 0.22 | 350 | 0.5 | 0.57 |
| Hex | C8 | 5C | 6E | 0 | 36 | 2D | 16 | 15E | 32 | 39 |
| Octal | 310 | 134 | 156 | 0 | 66 | 55 | 26 | 536 | 62 | 71 |
| Binary | 11001000 | 1011100 | 1101110 | 0 | 110110 | 101101 | 10110 | 101011110 | 110010 | 111001 |
Color Harmonies of #C85C6E
Complementary color
Monochromatic Colors of #C85C6E
Black with #C85C6E
Text Example
Text Example
White with #C85C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C6E; }
p { color: rgb(200,92,110); }
H1.HeaderClassName
{
color: #C85C6E;
}
.AnyTagClassName
{
color: #C85C6E;
}
</style>
background-color css
<style>
a { background-color: #C85C6E; }
a { background-color: rgb(200,92,110); }
div.DivClassName
{
background-color: #C85C6E;
}
.BgClassName
{
background-color: #C85C6E;
}
</style>
border-color css
<style>
span { border-color: #C85C6E; }
span { border-color: rgb(200,92,110); }
td.TdClassName
{
border-color: #C85C6E;
}
.TagClassName
{
border-color: #C85C6E;
}
</style>