Shades of Cabaret #C85270
Tints of Cabaret #C85270
RGB
CMYK
RGB Variations
Color information
#C85270 (or 0xC85270) is known color: Cabaret. HEX triplet: C8, 52 and 70. RGB value is (200,82,112). Sum of RGB (Red+Green+Blue) = 200+82+112=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C85270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85270 is #37AD8F. Grayscale: #787878. Windows color (decimal): -3648912 or 7361224. OLE color: 7361224.
HSL color Cylindrical-coordinate representation of color #C85270: hue angle of 344.75º 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 #C85270 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 112 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.22 |
| HSL | 344.75º | 0.52% | 0.55% | - |
| HSV(B) | 344.75º | 0.59% | 0.78% | - |
| XYZ | 29.76 | 19.48 | 17.52 | - |
| YUV | 120.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 112 | 0 | 0.59 | 0.44 | 0.22 | 344.75 | 0.52 | 0.55 |
| Hex | C8 | 52 | 70 | 0 | 3B | 2C | 16 | 159 | 34 | 37 |
| Octal | 310 | 122 | 160 | 0 | 73 | 54 | 26 | 531 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1110000 | 0 | 111011 | 101100 | 10110 | 101011001 | 110100 | 110111 |
Color Harmonies of #C85270
Complementary color
Monochromatic Colors of #C85270
Black with #C85270
Text Example
Text Example
White with #C85270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85270; }
p { color: rgb(200,82,112); }
H1.HeaderClassName
{
color: #C85270;
}
.AnyTagClassName
{
color: #C85270;
}
</style>
background-color css
<style>
a { background-color: #C85270; }
a { background-color: rgb(200,82,112); }
div.DivClassName
{
background-color: #C85270;
}
.BgClassName
{
background-color: #C85270;
}
</style>
border-color css
<style>
span { border-color: #C85270; }
span { border-color: rgb(200,82,112); }
td.TdClassName
{
border-color: #C85270;
}
.TagClassName
{
border-color: #C85270;
}
</style>