Shades of Cabaret #C85372
Tints of Cabaret #C85372
RGB
CMYK
RGB Variations
Color information
#C85372 (or 0xC85372) is known color: Cabaret. HEX triplet: C8, 53 and 72. RGB value is (200,83,114). Sum of RGB (Red+Green+Blue) = 200+83+114=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C85372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85372 is #37AC8D. Grayscale: #797979. Windows color (decimal): -3648654 or 7492552. OLE color: 7492552.
HSL color Cylindrical-coordinate representation of color #C85372: hue angle of 344.1º 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 #C85372 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 114 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.22 |
| HSL | 344.1º | 0.52% | 0.55% | - |
| HSV(B) | 344.1º | 0.59% | 0.78% | - |
| XYZ | 29.95 | 19.68 | 18.14 | - |
| YUV | 121.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 114 | 0 | 0.58 | 0.43 | 0.22 | 344.1 | 0.52 | 0.55 |
| Hex | C8 | 53 | 72 | 0 | 3A | 2B | 16 | 158 | 34 | 37 |
| Octal | 310 | 123 | 162 | 0 | 72 | 53 | 26 | 530 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1110010 | 0 | 111010 | 101011 | 10110 | 101011000 | 110100 | 110111 |
Color Harmonies of #C85372
Complementary color
Monochromatic Colors of #C85372
Black with #C85372
Text Example
Text Example
White with #C85372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85372; }
p { color: rgb(200,83,114); }
H1.HeaderClassName
{
color: #C85372;
}
.AnyTagClassName
{
color: #C85372;
}
</style>
background-color css
<style>
a { background-color: #C85372; }
a { background-color: rgb(200,83,114); }
div.DivClassName
{
background-color: #C85372;
}
.BgClassName
{
background-color: #C85372;
}
</style>
border-color css
<style>
span { border-color: #C85372; }
span { border-color: rgb(200,83,114); }
td.TdClassName
{
border-color: #C85372;
}
.TagClassName
{
border-color: #C85372;
}
</style>