Shades of Cabaret #C85370
Tints of Cabaret #C85370
RGB
CMYK
RGB Variations
Color information
#C85370 (or 0xC85370) is known color: Cabaret. HEX triplet: C8, 53 and 70. RGB value is (200,83,112). Sum of RGB (Red+Green+Blue) = 200+83+112=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C85370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85370 is #37AC8F. Grayscale: #797979. Windows color (decimal): -3648656 or 7361480. OLE color: 7361480.
HSL color Cylindrical-coordinate representation of color #C85370: hue angle of 345.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85370 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 112 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.22 |
| HSL | 345.13º | 0.52% | 0.55% | - |
| HSV(B) | 345.13º | 0.59% | 0.78% | - |
| XYZ | 29.84 | 19.64 | 17.55 | - |
| YUV | 121.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 112 | 0 | 0.58 | 0.44 | 0.22 | 345.13 | 0.52 | 0.55 |
| Hex | C8 | 53 | 70 | 0 | 3A | 2C | 16 | 159 | 34 | 37 |
| Octal | 310 | 123 | 160 | 0 | 72 | 54 | 26 | 531 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1110000 | 0 | 111010 | 101100 | 10110 | 101011001 | 110100 | 110111 |
Color Harmonies of #C85370
Complementary color
Monochromatic Colors of #C85370
Black with #C85370
Text Example
Text Example
White with #C85370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85370; }
p { color: rgb(200,83,112); }
H1.HeaderClassName
{
color: #C85370;
}
.AnyTagClassName
{
color: #C85370;
}
</style>
background-color css
<style>
a { background-color: #C85370; }
a { background-color: rgb(200,83,112); }
div.DivClassName
{
background-color: #C85370;
}
.BgClassName
{
background-color: #C85370;
}
</style>
border-color css
<style>
span { border-color: #C85370; }
span { border-color: rgb(200,83,112); }
td.TdClassName
{
border-color: #C85370;
}
.TagClassName
{
border-color: #C85370;
}
</style>