Shades of Cabaret #C85472
Tints of Cabaret #C85472
RGB
CMYK
RGB Variations
Color information
#C85472 (or 0xC85472) is known color: Cabaret. HEX triplet: C8, 54 and 72. RGB value is (200,84,114). Sum of RGB (Red+Green+Blue) = 200+84+114=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C85472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85472 is #37AB8D. Grayscale: #7A7A7A. Windows color (decimal): -3648398 or 7492808. OLE color: 7492808.
HSL color Cylindrical-coordinate representation of color #C85472: hue angle of 344.48º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85472 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 114 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.22 |
| HSL | 344.48º | 0.51% | 0.56% | - |
| HSV(B) | 344.48º | 0.58% | 0.78% | - |
| XYZ | 30.03 | 19.83 | 18.17 | - |
| YUV | 122.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 114 | 0 | 0.58 | 0.43 | 0.22 | 344.48 | 0.51 | 0.56 |
| Hex | C8 | 54 | 72 | 0 | 3A | 2B | 16 | 158 | 33 | 38 |
| Octal | 310 | 124 | 162 | 0 | 72 | 53 | 26 | 530 | 63 | 70 |
| Binary | 11001000 | 1010100 | 1110010 | 0 | 111010 | 101011 | 10110 | 101011000 | 110011 | 111000 |
Color Harmonies of #C85472
Complementary color
Monochromatic Colors of #C85472
Black with #C85472
Text Example
Text Example
White with #C85472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85472; }
p { color: rgb(200,84,114); }
H1.HeaderClassName
{
color: #C85472;
}
.AnyTagClassName
{
color: #C85472;
}
</style>
background-color css
<style>
a { background-color: #C85472; }
a { background-color: rgb(200,84,114); }
div.DivClassName
{
background-color: #C85472;
}
.BgClassName
{
background-color: #C85472;
}
</style>
border-color css
<style>
span { border-color: #C85472; }
span { border-color: rgb(200,84,114); }
td.TdClassName
{
border-color: #C85472;
}
.TagClassName
{
border-color: #C85472;
}
</style>