Shades of Ecstasy #C05D3D
Tints of Ecstasy #C05D3D
RGB
CMYK
RGB Variations
Color information
#C05D3D (or 0xC05D3D) is known color: Ecstasy. HEX triplet: C0, 5D and 3D. RGB value is (192,93,61). Sum of RGB (Red+Green+Blue) = 192+93+61=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D3D is #3FA2C2. Grayscale: #777777. Windows color (decimal): -4170435 or 4021696. OLE color: 4021696.
HSL color Cylindrical-coordinate representation of color #C05D3D: hue angle of 14.66º degrees, saturation: 0.52, 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 #C05D3D is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 61 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.25 |
| HSL | 14.66º | 0.52% | 0.5% | - |
| HSV(B) | 14.66º | 0.68% | 0.75% | - |
| XYZ | 26.49 | 19.37 | 6.76 | - |
| YUV | 118.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 61 | 0 | 0.52 | 0.68 | 0.25 | 14.66 | 0.52 | 0.5 |
| Hex | C0 | 5D | 3D | 0 | 34 | 44 | 19 | F | 34 | 32 |
| Octal | 300 | 135 | 75 | 0 | 64 | 104 | 31 | 17 | 64 | 62 |
| Binary | 11000000 | 1011101 | 111101 | 0 | 110100 | 1000100 | 11001 | 1111 | 110100 | 110010 |
Color Harmonies of #C05D3D
Complementary color
Monochromatic Colors of #C05D3D
Black with #C05D3D
Text Example
Text Example
White with #C05D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D3D; }
p { color: rgb(192,93,61); }
H1.HeaderClassName
{
color: #C05D3D;
}
.AnyTagClassName
{
color: #C05D3D;
}
</style>
background-color css
<style>
a { background-color: #C05D3D; }
a { background-color: rgb(192,93,61); }
div.DivClassName
{
background-color: #C05D3D;
}
.BgClassName
{
background-color: #C05D3D;
}
</style>
border-color css
<style>
span { border-color: #C05D3D; }
span { border-color: rgb(192,93,61); }
td.TdClassName
{
border-color: #C05D3D;
}
.TagClassName
{
border-color: #C05D3D;
}
</style>