Shades of Ecstasy #C85E32
Tints of Ecstasy #C85E32
RGB
CMYK
RGB Variations
Color information
#C85E32 (or 0xC85E32) is known color: Ecstasy. HEX triplet: C8, 5E and 32. RGB value is (200,94,50). Sum of RGB (Red+Green+Blue) = 200+94+50=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E32 is #37A1CD. Grayscale: #787878. Windows color (decimal): -3645902 or 3301064. OLE color: 3301064.
HSL color Cylindrical-coordinate representation of color #C85E32: hue angle of 17.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85E32 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 50 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.22 |
| HSL | 17.6º | 0.6% | 0.49% | - |
| HSV(B) | 17.6º | 0.75% | 0.78% | - |
| XYZ | 28.4 | 20.52 | 5.48 | - |
| YUV | 120.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 50 | 0 | 0.53 | 0.75 | 0.22 | 17.6 | 0.6 | 0.49 |
| Hex | C8 | 5E | 32 | 0 | 35 | 4B | 16 | 12 | 3C | 31 |
| Octal | 310 | 136 | 62 | 0 | 65 | 113 | 26 | 22 | 74 | 61 |
| Binary | 11001000 | 1011110 | 110010 | 0 | 110101 | 1001011 | 10110 | 10010 | 111100 | 110001 |
Color Harmonies of #C85E32
Complementary color
Monochromatic Colors of #C85E32
Black with #C85E32
Text Example
Text Example
White with #C85E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E32; }
p { color: rgb(200,94,50); }
H1.HeaderClassName
{
color: #C85E32;
}
.AnyTagClassName
{
color: #C85E32;
}
</style>
background-color css
<style>
a { background-color: #C85E32; }
a { background-color: rgb(200,94,50); }
div.DivClassName
{
background-color: #C85E32;
}
.BgClassName
{
background-color: #C85E32;
}
</style>
border-color css
<style>
span { border-color: #C85E32; }
span { border-color: rgb(200,94,50); }
td.TdClassName
{
border-color: #C85E32;
}
.TagClassName
{
border-color: #C85E32;
}
</style>