Shades of Cabaret #C85278
Tints of Cabaret #C85278
RGB
CMYK
RGB Variations
Color information
#C85278 (or 0xC85278) is known color: Cabaret. HEX triplet: C8, 52 and 78. RGB value is (200,82,120). Sum of RGB (Red+Green+Blue) = 200+82+120=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C85278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85278 is #37AD87. Grayscale: #797979. Windows color (decimal): -3648904 or 7885512. OLE color: 7885512.
HSL color Cylindrical-coordinate representation of color #C85278: hue angle of 340.68º 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 #C85278 is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 120 | - |
| CMYK | 0 | 0.59 | 0.4 | 0.22 |
| HSL | 340.68º | 0.52% | 0.55% | - |
| HSV(B) | 340.68º | 0.59% | 0.78% | - |
| XYZ | 30.23 | 19.67 | 19.97 | - |
| YUV | 121.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 120 | 0 | 0.59 | 0.4 | 0.22 | 340.68 | 0.52 | 0.55 |
| Hex | C8 | 52 | 78 | 0 | 3B | 28 | 16 | 155 | 34 | 37 |
| Octal | 310 | 122 | 170 | 0 | 73 | 50 | 26 | 525 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1111000 | 0 | 111011 | 101000 | 10110 | 101010101 | 110100 | 110111 |
Color Harmonies of #C85278
Complementary color
Monochromatic Colors of #C85278
Black with #C85278
Text Example
Text Example
White with #C85278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85278; }
p { color: rgb(200,82,120); }
H1.HeaderClassName
{
color: #C85278;
}
.AnyTagClassName
{
color: #C85278;
}
</style>
background-color css
<style>
a { background-color: #C85278; }
a { background-color: rgb(200,82,120); }
div.DivClassName
{
background-color: #C85278;
}
.BgClassName
{
background-color: #C85278;
}
</style>
border-color css
<style>
span { border-color: #C85278; }
span { border-color: rgb(200,82,120); }
td.TdClassName
{
border-color: #C85278;
}
.TagClassName
{
border-color: #C85278;
}
</style>