Shades of Ecstasy #C85F32
Tints of Ecstasy #C85F32
RGB
CMYK
RGB Variations
Color information
#C85F32 (or 0xC85F32) is known color: Ecstasy. HEX triplet: C8, 5F and 32. RGB value is (200,95,50). Sum of RGB (Red+Green+Blue) = 200+95+50=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F32 is #37A0CD. Grayscale: #797979. Windows color (decimal): -3645646 or 3301320. OLE color: 3301320.
HSL color Cylindrical-coordinate representation of color #C85F32: hue angle of 18º 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 #C85F32 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 50 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.22 |
| HSL | 18º | 0.6% | 0.49% | - |
| HSV(B) | 18º | 0.75% | 0.78% | - |
| XYZ | 28.49 | 20.69 | 5.51 | - |
| YUV | 121.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 50 | 0 | 0.52 | 0.75 | 0.22 | 18 | 0.6 | 0.49 |
| Hex | C8 | 5F | 32 | 0 | 34 | 4B | 16 | 12 | 3C | 31 |
| Octal | 310 | 137 | 62 | 0 | 64 | 113 | 26 | 22 | 74 | 61 |
| Binary | 11001000 | 1011111 | 110010 | 0 | 110100 | 1001011 | 10110 | 10010 | 111100 | 110001 |
Color Harmonies of #C85F32
Complementary color
Monochromatic Colors of #C85F32
Black with #C85F32
Text Example
Text Example
White with #C85F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F32; }
p { color: rgb(200,95,50); }
H1.HeaderClassName
{
color: #C85F32;
}
.AnyTagClassName
{
color: #C85F32;
}
</style>
background-color css
<style>
a { background-color: #C85F32; }
a { background-color: rgb(200,95,50); }
div.DivClassName
{
background-color: #C85F32;
}
.BgClassName
{
background-color: #C85F32;
}
</style>
border-color css
<style>
span { border-color: #C85F32; }
span { border-color: rgb(200,95,50); }
td.TdClassName
{
border-color: #C85F32;
}
.TagClassName
{
border-color: #C85F32;
}
</style>