Shades of Cabaret #C85E7D
Tints of Cabaret #C85E7D
RGB
CMYK
RGB Variations
Color information
#C85E7D (or 0xC85E7D) is known color: Cabaret. HEX triplet: C8, 5E and 7D. RGB value is (200,94,125). Sum of RGB (Red+Green+Blue) = 200+94+125=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E7D is #37A182. Grayscale: #818181. Windows color (decimal): -3645827 or 8216264. OLE color: 8216264.
HSL color Cylindrical-coordinate representation of color #C85E7D: hue angle of 342.45º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85E7D is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 125 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.22 |
| HSL | 342.45º | 0.49% | 0.58% | - |
| HSV(B) | 342.45º | 0.53% | 0.78% | - |
| XYZ | 31.52 | 21.77 | 21.94 | - |
| YUV | 129.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 125 | 0 | 0.53 | 0.38 | 0.22 | 342.45 | 0.49 | 0.58 |
| Hex | C8 | 5E | 7D | 0 | 35 | 26 | 16 | 156 | 31 | 3A |
| Octal | 310 | 136 | 175 | 0 | 65 | 46 | 26 | 526 | 61 | 72 |
| Binary | 11001000 | 1011110 | 1111101 | 0 | 110101 | 100110 | 10110 | 101010110 | 110001 | 111010 |
Color Harmonies of #C85E7D
Complementary color
Monochromatic Colors of #C85E7D
Black with #C85E7D
Text Example
Text Example
White with #C85E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E7D; }
p { color: rgb(200,94,125); }
H1.HeaderClassName
{
color: #C85E7D;
}
.AnyTagClassName
{
color: #C85E7D;
}
</style>
background-color css
<style>
a { background-color: #C85E7D; }
a { background-color: rgb(200,94,125); }
div.DivClassName
{
background-color: #C85E7D;
}
.BgClassName
{
background-color: #C85E7D;
}
</style>
border-color css
<style>
span { border-color: #C85E7D; }
span { border-color: rgb(200,94,125); }
td.TdClassName
{
border-color: #C85E7D;
}
.TagClassName
{
border-color: #C85E7D;
}
</style>