Shades of Cabaret #C85A72
Tints of Cabaret #C85A72
RGB
CMYK
RGB Variations
Color information
#C85A72 (or 0xC85A72) is known color: Cabaret. HEX triplet: C8, 5A and 72. RGB value is (200,90,114). Sum of RGB (Red+Green+Blue) = 200+90+114=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A72 is #37A58D. Grayscale: #7D7D7D. Windows color (decimal): -3646862 or 7494344. OLE color: 7494344.
HSL color Cylindrical-coordinate representation of color #C85A72: hue angle of 346.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A72 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 114 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.22 |
| HSL | 346.91º | 0.5% | 0.57% | - |
| HSV(B) | 346.91º | 0.55% | 0.78% | - |
| XYZ | 30.51 | 20.81 | 18.33 | - |
| YUV | 125.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 114 | 0 | 0.55 | 0.43 | 0.22 | 346.91 | 0.5 | 0.57 |
| Hex | C8 | 5A | 72 | 0 | 37 | 2B | 16 | 15B | 32 | 39 |
| Octal | 310 | 132 | 162 | 0 | 67 | 53 | 26 | 533 | 62 | 71 |
| Binary | 11001000 | 1011010 | 1110010 | 0 | 110111 | 101011 | 10110 | 101011011 | 110010 | 111001 |
Color Harmonies of #C85A72
Complementary color
Monochromatic Colors of #C85A72
Black with #C85A72
Text Example
Text Example
White with #C85A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A72; }
p { color: rgb(200,90,114); }
H1.HeaderClassName
{
color: #C85A72;
}
.AnyTagClassName
{
color: #C85A72;
}
</style>
background-color css
<style>
a { background-color: #C85A72; }
a { background-color: rgb(200,90,114); }
div.DivClassName
{
background-color: #C85A72;
}
.BgClassName
{
background-color: #C85A72;
}
</style>
border-color css
<style>
span { border-color: #C85A72; }
span { border-color: rgb(200,90,114); }
td.TdClassName
{
border-color: #C85A72;
}
.TagClassName
{
border-color: #C85A72;
}
</style>