Shades of Cabaret #C85672
Tints of Cabaret #C85672
RGB
CMYK
RGB Variations
Color information
#C85672 (or 0xC85672) is known color: Cabaret. HEX triplet: C8, 56 and 72. RGB value is (200,86,114). Sum of RGB (Red+Green+Blue) = 200+86+114=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85672 is #37A98D. Grayscale: #7B7B7B. Windows color (decimal): -3647886 or 7493320. OLE color: 7493320.
HSL color Cylindrical-coordinate representation of color #C85672: hue angle of 345.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85672 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 114 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.22 |
| HSL | 345.26º | 0.51% | 0.56% | - |
| HSV(B) | 345.26º | 0.57% | 0.78% | - |
| XYZ | 30.18 | 20.15 | 18.22 | - |
| YUV | 123.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 114 | 0 | 0.57 | 0.43 | 0.22 | 345.26 | 0.51 | 0.56 |
| Hex | C8 | 56 | 72 | 0 | 39 | 2B | 16 | 159 | 33 | 38 |
| Octal | 310 | 126 | 162 | 0 | 71 | 53 | 26 | 531 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1110010 | 0 | 111001 | 101011 | 10110 | 101011001 | 110011 | 111000 |
Color Harmonies of #C85672
Complementary color
Monochromatic Colors of #C85672
Black with #C85672
Text Example
Text Example
White with #C85672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85672; }
p { color: rgb(200,86,114); }
H1.HeaderClassName
{
color: #C85672;
}
.AnyTagClassName
{
color: #C85672;
}
</style>
background-color css
<style>
a { background-color: #C85672; }
a { background-color: rgb(200,86,114); }
div.DivClassName
{
background-color: #C85672;
}
.BgClassName
{
background-color: #C85672;
}
</style>
border-color css
<style>
span { border-color: #C85672; }
span { border-color: rgb(200,86,114); }
td.TdClassName
{
border-color: #C85672;
}
.TagClassName
{
border-color: #C85672;
}
</style>