Shades of Ecstasy #C85C35
Tints of Ecstasy #C85C35
RGB
CMYK
RGB Variations
Color information
#C85C35 (or 0xC85C35) is known color: Ecstasy. HEX triplet: C8, 5C and 35. RGB value is (200,92,53). Sum of RGB (Red+Green+Blue) = 200+92+53=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C35 is #37A3CA. Grayscale: #787878. Windows color (decimal): -3646411 or 3497160. OLE color: 3497160.
HSL color Cylindrical-coordinate representation of color #C85C35: hue angle of 15.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C85C35 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 53 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.22 |
| HSL | 15.92º | 0.58% | 0.5% | - |
| HSV(B) | 15.92º | 0.74% | 0.78% | - |
| XYZ | 28.29 | 20.19 | 5.77 | - |
| YUV | 119.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 53 | 0 | 0.54 | 0.74 | 0.22 | 15.92 | 0.58 | 0.5 |
| Hex | C8 | 5C | 35 | 0 | 36 | 4A | 16 | 10 | 3A | 32 |
| Octal | 310 | 134 | 65 | 0 | 66 | 112 | 26 | 20 | 72 | 62 |
| Binary | 11001000 | 1011100 | 110101 | 0 | 110110 | 1001010 | 10110 | 10000 | 111010 | 110010 |
Color Harmonies of #C85C35
Complementary color
Monochromatic Colors of #C85C35
Black with #C85C35
Text Example
Text Example
White with #C85C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C35; }
p { color: rgb(200,92,53); }
H1.HeaderClassName
{
color: #C85C35;
}
.AnyTagClassName
{
color: #C85C35;
}
</style>
background-color css
<style>
a { background-color: #C85C35; }
a { background-color: rgb(200,92,53); }
div.DivClassName
{
background-color: #C85C35;
}
.BgClassName
{
background-color: #C85C35;
}
</style>
border-color css
<style>
span { border-color: #C85C35; }
span { border-color: rgb(200,92,53); }
td.TdClassName
{
border-color: #C85C35;
}
.TagClassName
{
border-color: #C85C35;
}
</style>