Shades of Cabaret #C85072
Tints of Cabaret #C85072
RGB
CMYK
RGB Variations
Color information
#C85072 (or 0xC85072) is known color: Cabaret. HEX triplet: C8, 50 and 72. RGB value is (200,80,114). Sum of RGB (Red+Green+Blue) = 200+80+114=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C85072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85072 is #37AF8D. Grayscale: #777777. Windows color (decimal): -3649422 or 7491784. OLE color: 7491784.
HSL color Cylindrical-coordinate representation of color #C85072: hue angle of 343º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85072 is Cyan = 0, Magento = 0.6, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 114 | - |
| CMYK | 0 | 0.6 | 0.43 | 0.22 |
| HSL | 343º | 0.52% | 0.55% | - |
| HSV(B) | 343º | 0.6% | 0.78% | - |
| XYZ | 29.73 | 19.23 | 18.06 | - |
| YUV | 119.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 114 | 0 | 0.6 | 0.43 | 0.22 | 343 | 0.52 | 0.55 |
| Hex | C8 | 50 | 72 | 0 | 3C | 2B | 16 | 157 | 34 | 37 |
| Octal | 310 | 120 | 162 | 0 | 74 | 53 | 26 | 527 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1110010 | 0 | 111100 | 101011 | 10110 | 101010111 | 110100 | 110111 |
Color Harmonies of #C85072
Complementary color
Monochromatic Colors of #C85072
Black with #C85072
Text Example
Text Example
White with #C85072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85072; }
p { color: rgb(200,80,114); }
H1.HeaderClassName
{
color: #C85072;
}
.AnyTagClassName
{
color: #C85072;
}
</style>
background-color css
<style>
a { background-color: #C85072; }
a { background-color: rgb(200,80,114); }
div.DivClassName
{
background-color: #C85072;
}
.BgClassName
{
background-color: #C85072;
}
</style>
border-color css
<style>
span { border-color: #C85072; }
span { border-color: rgb(200,80,114); }
td.TdClassName
{
border-color: #C85072;
}
.TagClassName
{
border-color: #C85072;
}
</style>