Shades of Ecstasy #C85B36
Tints of Ecstasy #C85B36
RGB
CMYK
RGB Variations
Color information
#C85B36 (or 0xC85B36) is known color: Ecstasy. HEX triplet: C8, 5B and 36. RGB value is (200,91,54). Sum of RGB (Red+Green+Blue) = 200+91+54=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B36 is #37A4C9. Grayscale: #777777. Windows color (decimal): -3646666 or 3562440. OLE color: 3562440.
HSL color Cylindrical-coordinate representation of color #C85B36: hue angle of 15.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C85B36 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 54 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.22 |
| HSL | 15.21º | 0.57% | 0.5% | - |
| HSV(B) | 15.21º | 0.73% | 0.78% | - |
| XYZ | 28.23 | 20.03 | 5.87 | - |
| YUV | 119.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 54 | 0 | 0.54 | 0.73 | 0.22 | 15.21 | 0.57 | 0.5 |
| Hex | C8 | 5B | 36 | 0 | 36 | 49 | 16 | F | 39 | 32 |
| Octal | 310 | 133 | 66 | 0 | 66 | 111 | 26 | 17 | 71 | 62 |
| Binary | 11001000 | 1011011 | 110110 | 0 | 110110 | 1001001 | 10110 | 1111 | 111001 | 110010 |
Color Harmonies of #C85B36
Complementary color
Monochromatic Colors of #C85B36
Black with #C85B36
Text Example
Text Example
White with #C85B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B36; }
p { color: rgb(200,91,54); }
H1.HeaderClassName
{
color: #C85B36;
}
.AnyTagClassName
{
color: #C85B36;
}
</style>
background-color css
<style>
a { background-color: #C85B36; }
a { background-color: rgb(200,91,54); }
div.DivClassName
{
background-color: #C85B36;
}
.BgClassName
{
background-color: #C85B36;
}
</style>
border-color css
<style>
span { border-color: #C85B36; }
span { border-color: rgb(200,91,54); }
td.TdClassName
{
border-color: #C85B36;
}
.TagClassName
{
border-color: #C85B36;
}
</style>