Shades of Ecstasy #C85F37
Tints of Ecstasy #C85F37
RGB
CMYK
RGB Variations
Color information
#C85F37 (or 0xC85F37) is known color: Ecstasy. HEX triplet: C8, 5F and 37. RGB value is (200,95,55). Sum of RGB (Red+Green+Blue) = 200+95+55=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F37 is #37A0C8. Grayscale: #7A7A7A. Windows color (decimal): -3645641 or 3629000. OLE color: 3629000.
HSL color Cylindrical-coordinate representation of color #C85F37: hue angle of 16.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C85F37 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 55 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.22 |
| HSL | 16.55º | 0.57% | 0.5% | - |
| HSV(B) | 16.55º | 0.73% | 0.78% | - |
| XYZ | 28.6 | 20.74 | 6.11 | - |
| YUV | 121.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 55 | 0 | 0.52 | 0.72 | 0.22 | 16.55 | 0.57 | 0.5 |
| Hex | C8 | 5F | 37 | 0 | 34 | 48 | 16 | 11 | 39 | 32 |
| Octal | 310 | 137 | 67 | 0 | 64 | 110 | 26 | 21 | 71 | 62 |
| Binary | 11001000 | 1011111 | 110111 | 0 | 110100 | 1001000 | 10110 | 10001 | 111001 | 110010 |
Color Harmonies of #C85F37
Complementary color
Monochromatic Colors of #C85F37
Black with #C85F37
Text Example
Text Example
White with #C85F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F37; }
p { color: rgb(200,95,55); }
H1.HeaderClassName
{
color: #C85F37;
}
.AnyTagClassName
{
color: #C85F37;
}
</style>
background-color css
<style>
a { background-color: #C85F37; }
a { background-color: rgb(200,95,55); }
div.DivClassName
{
background-color: #C85F37;
}
.BgClassName
{
background-color: #C85F37;
}
</style>
border-color css
<style>
span { border-color: #C85F37; }
span { border-color: rgb(200,95,55); }
td.TdClassName
{
border-color: #C85F37;
}
.TagClassName
{
border-color: #C85F37;
}
</style>