Shades of Ecstasy #C85F3F
Tints of Ecstasy #C85F3F
RGB
CMYK
RGB Variations
Color information
#C85F3F (or 0xC85F3F) is known color: Ecstasy. HEX triplet: C8, 5F and 3F. RGB value is (200,95,63). Sum of RGB (Red+Green+Blue) = 200+95+63=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F3F is #37A0C0. Grayscale: #7A7A7A. Windows color (decimal): -3645633 or 4153288. OLE color: 4153288.
HSL color Cylindrical-coordinate representation of color #C85F3F: hue angle of 14.01º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C85F3F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 63 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.22 |
| HSL | 14.01º | 0.55% | 0.52% | - |
| HSV(B) | 14.01º | 0.69% | 0.78% | - |
| XYZ | 28.81 | 20.82 | 7.2 | - |
| YUV | 122.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 63 | 0 | 0.52 | 0.68 | 0.22 | 14.01 | 0.55 | 0.52 |
| Hex | C8 | 5F | 3F | 0 | 34 | 44 | 16 | E | 37 | 34 |
| Octal | 310 | 137 | 77 | 0 | 64 | 104 | 26 | 16 | 67 | 64 |
| Binary | 11001000 | 1011111 | 111111 | 0 | 110100 | 1000100 | 10110 | 1110 | 110111 | 110100 |
Color Harmonies of #C85F3F
Complementary color
Monochromatic Colors of #C85F3F
Black with #C85F3F
Text Example
Text Example
White with #C85F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F3F; }
p { color: rgb(200,95,63); }
H1.HeaderClassName
{
color: #C85F3F;
}
.AnyTagClassName
{
color: #C85F3F;
}
</style>
background-color css
<style>
a { background-color: #C85F3F; }
a { background-color: rgb(200,95,63); }
div.DivClassName
{
background-color: #C85F3F;
}
.BgClassName
{
background-color: #C85F3F;
}
</style>
border-color css
<style>
span { border-color: #C85F3F; }
span { border-color: rgb(200,95,63); }
td.TdClassName
{
border-color: #C85F3F;
}
.TagClassName
{
border-color: #C85F3F;
}
</style>