Shades of Ecstasy #C85D3E
Tints of Ecstasy #C85D3E
RGB
CMYK
RGB Variations
Color information
#C85D3E (or 0xC85D3E) is known color: Ecstasy. HEX triplet: C8, 5D and 3E. RGB value is (200,93,62). Sum of RGB (Red+Green+Blue) = 200+93+62=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D3E is #37A2C1. Grayscale: #797979. Windows color (decimal): -3646146 or 4087240. OLE color: 4087240.
HSL color Cylindrical-coordinate representation of color #C85D3E: hue angle of 13.48º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C85D3E is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 62 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.22 |
| HSL | 13.48º | 0.56% | 0.51% | - |
| HSV(B) | 13.48º | 0.69% | 0.78% | - |
| XYZ | 28.6 | 20.46 | 7 | - |
| YUV | 121.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 62 | 0 | 0.54 | 0.69 | 0.22 | 13.48 | 0.56 | 0.51 |
| Hex | C8 | 5D | 3E | 0 | 36 | 45 | 16 | D | 38 | 33 |
| Octal | 310 | 135 | 76 | 0 | 66 | 105 | 26 | 15 | 70 | 63 |
| Binary | 11001000 | 1011101 | 111110 | 0 | 110110 | 1000101 | 10110 | 1101 | 111000 | 110011 |
Color Harmonies of #C85D3E
Complementary color
Monochromatic Colors of #C85D3E
Black with #C85D3E
Text Example
Text Example
White with #C85D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D3E; }
p { color: rgb(200,93,62); }
H1.HeaderClassName
{
color: #C85D3E;
}
.AnyTagClassName
{
color: #C85D3E;
}
</style>
background-color css
<style>
a { background-color: #C85D3E; }
a { background-color: rgb(200,93,62); }
div.DivClassName
{
background-color: #C85D3E;
}
.BgClassName
{
background-color: #C85D3E;
}
</style>
border-color css
<style>
span { border-color: #C85D3E; }
span { border-color: rgb(200,93,62); }
td.TdClassName
{
border-color: #C85D3E;
}
.TagClassName
{
border-color: #C85D3E;
}
</style>