Shades of Ecstasy #C85C3E
Tints of Ecstasy #C85C3E
RGB
CMYK
RGB Variations
Color information
#C85C3E (or 0xC85C3E) is known color: Ecstasy. HEX triplet: C8, 5C and 3E. RGB value is (200,92,62). Sum of RGB (Red+Green+Blue) = 200+92+62=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C3E is #37A3C1. Grayscale: #797979. Windows color (decimal): -3646402 or 4086984. OLE color: 4086984.
HSL color Cylindrical-coordinate representation of color #C85C3E: hue angle of 13.04º 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 #C85C3E is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 62 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.22 |
| HSL | 13.04º | 0.56% | 0.51% | - |
| HSV(B) | 13.04º | 0.69% | 0.78% | - |
| XYZ | 28.52 | 20.28 | 6.97 | - |
| YUV | 120.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 62 | 0 | 0.54 | 0.69 | 0.22 | 13.04 | 0.56 | 0.51 |
| Hex | C8 | 5C | 3E | 0 | 36 | 45 | 16 | D | 38 | 33 |
| Octal | 310 | 134 | 76 | 0 | 66 | 105 | 26 | 15 | 70 | 63 |
| Binary | 11001000 | 1011100 | 111110 | 0 | 110110 | 1000101 | 10110 | 1101 | 111000 | 110011 |
Color Harmonies of #C85C3E
Complementary color
Monochromatic Colors of #C85C3E
Black with #C85C3E
Text Example
Text Example
White with #C85C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C3E; }
p { color: rgb(200,92,62); }
H1.HeaderClassName
{
color: #C85C3E;
}
.AnyTagClassName
{
color: #C85C3E;
}
</style>
background-color css
<style>
a { background-color: #C85C3E; }
a { background-color: rgb(200,92,62); }
div.DivClassName
{
background-color: #C85C3E;
}
.BgClassName
{
background-color: #C85C3E;
}
</style>
border-color css
<style>
span { border-color: #C85C3E; }
span { border-color: rgb(200,92,62); }
td.TdClassName
{
border-color: #C85C3E;
}
.TagClassName
{
border-color: #C85C3E;
}
</style>