Shades of Cabaret #C85670
Tints of Cabaret #C85670
RGB
CMYK
RGB Variations
Color information
#C85670 (or 0xC85670) is known color: Cabaret. HEX triplet: C8, 56 and 70. RGB value is (200,86,112). Sum of RGB (Red+Green+Blue) = 200+86+112=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C85670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85670 is #37A98F. Grayscale: #7B7B7B. Windows color (decimal): -3647888 or 7362248. OLE color: 7362248.
HSL color Cylindrical-coordinate representation of color #C85670: hue angle of 346.32º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85670 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 112 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.22 |
| HSL | 346.32º | 0.51% | 0.56% | - |
| HSV(B) | 346.32º | 0.57% | 0.78% | - |
| XYZ | 30.07 | 20.1 | 17.62 | - |
| YUV | 123.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 112 | 0 | 0.57 | 0.44 | 0.22 | 346.32 | 0.51 | 0.56 |
| Hex | C8 | 56 | 70 | 0 | 39 | 2C | 16 | 15A | 33 | 38 |
| Octal | 310 | 126 | 160 | 0 | 71 | 54 | 26 | 532 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1110000 | 0 | 111001 | 101100 | 10110 | 101011010 | 110011 | 111000 |
Color Harmonies of #C85670
Complementary color
Monochromatic Colors of #C85670
Black with #C85670
Text Example
Text Example
White with #C85670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85670; }
p { color: rgb(200,86,112); }
H1.HeaderClassName
{
color: #C85670;
}
.AnyTagClassName
{
color: #C85670;
}
</style>
background-color css
<style>
a { background-color: #C85670; }
a { background-color: rgb(200,86,112); }
div.DivClassName
{
background-color: #C85670;
}
.BgClassName
{
background-color: #C85670;
}
</style>
border-color css
<style>
span { border-color: #C85670; }
span { border-color: rgb(200,86,112); }
td.TdClassName
{
border-color: #C85670;
}
.TagClassName
{
border-color: #C85670;
}
</style>