Shades of Ecstasy #C05F3E
Tints of Ecstasy #C05F3E
RGB
CMYK
RGB Variations
Color information
#C05F3E (or 0xC05F3E) is known color: Ecstasy. HEX triplet: C0, 5F and 3E. RGB value is (192,95,62). Sum of RGB (Red+Green+Blue) = 192+95+62=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F3E is #3FA0C1. Grayscale: #787878. Windows color (decimal): -4169922 or 4087744. OLE color: 4087744.
HSL color Cylindrical-coordinate representation of color #C05F3E: hue angle of 15.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C05F3E is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 62 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.25 |
| HSL | 15.23º | 0.51% | 0.5% | - |
| HSV(B) | 15.23º | 0.68% | 0.75% | - |
| XYZ | 26.7 | 19.74 | 6.96 | - |
| YUV | 120.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 62 | 0 | 0.51 | 0.68 | 0.25 | 15.23 | 0.51 | 0.5 |
| Hex | C0 | 5F | 3E | 0 | 33 | 44 | 19 | F | 33 | 32 |
| Octal | 300 | 137 | 76 | 0 | 63 | 104 | 31 | 17 | 63 | 62 |
| Binary | 11000000 | 1011111 | 111110 | 0 | 110011 | 1000100 | 11001 | 1111 | 110011 | 110010 |
Color Harmonies of #C05F3E
Complementary color
Monochromatic Colors of #C05F3E
Black with #C05F3E
Text Example
Text Example
White with #C05F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F3E; }
p { color: rgb(192,95,62); }
H1.HeaderClassName
{
color: #C05F3E;
}
.AnyTagClassName
{
color: #C05F3E;
}
</style>
background-color css
<style>
a { background-color: #C05F3E; }
a { background-color: rgb(192,95,62); }
div.DivClassName
{
background-color: #C05F3E;
}
.BgClassName
{
background-color: #C05F3E;
}
</style>
border-color css
<style>
span { border-color: #C05F3E; }
span { border-color: rgb(192,95,62); }
td.TdClassName
{
border-color: #C05F3E;
}
.TagClassName
{
border-color: #C05F3E;
}
</style>