Shades of Ecstasy #C05F3D
Tints of Ecstasy #C05F3D
RGB
CMYK
RGB Variations
Color information
#C05F3D (or 0xC05F3D) is known color: Ecstasy. HEX triplet: C0, 5F and 3D. RGB value is (192,95,61). Sum of RGB (Red+Green+Blue) = 192+95+61=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F3D is #3FA0C2. Grayscale: #787878. Windows color (decimal): -4169923 or 4022208. OLE color: 4022208.
HSL color Cylindrical-coordinate representation of color #C05F3D: hue angle of 15.57º 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 #C05F3D is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 61 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.25 |
| HSL | 15.57º | 0.52% | 0.5% | - |
| HSV(B) | 15.57º | 0.68% | 0.75% | - |
| XYZ | 26.67 | 19.73 | 6.82 | - |
| YUV | 120.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 61 | 0 | 0.51 | 0.68 | 0.25 | 15.57 | 0.52 | 0.5 |
| Hex | C0 | 5F | 3D | 0 | 33 | 44 | 19 | 10 | 34 | 32 |
| Octal | 300 | 137 | 75 | 0 | 63 | 104 | 31 | 20 | 64 | 62 |
| Binary | 11000000 | 1011111 | 111101 | 0 | 110011 | 1000100 | 11001 | 10000 | 110100 | 110010 |
Color Harmonies of #C05F3D
Complementary color
Monochromatic Colors of #C05F3D
Black with #C05F3D
Text Example
Text Example
White with #C05F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F3D; }
p { color: rgb(192,95,61); }
H1.HeaderClassName
{
color: #C05F3D;
}
.AnyTagClassName
{
color: #C05F3D;
}
</style>
background-color css
<style>
a { background-color: #C05F3D; }
a { background-color: rgb(192,95,61); }
div.DivClassName
{
background-color: #C05F3D;
}
.BgClassName
{
background-color: #C05F3D;
}
</style>
border-color css
<style>
span { border-color: #C05F3D; }
span { border-color: rgb(192,95,61); }
td.TdClassName
{
border-color: #C05F3D;
}
.TagClassName
{
border-color: #C05F3D;
}
</style>