Shades of Ecstasy #C05B3C
Tints of Ecstasy #C05B3C
RGB
CMYK
RGB Variations
Color information
#C05B3C (or 0xC05B3C) is known color: Ecstasy. HEX triplet: C0, 5B and 3C. RGB value is (192,91,60). Sum of RGB (Red+Green+Blue) = 192+91+60=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B3C is #3FA4C3. Grayscale: #757575. Windows color (decimal): -4170948 or 3955648. OLE color: 3955648.
HSL color Cylindrical-coordinate representation of color #C05B3C: hue angle of 14.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C05B3C is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 60 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.25 |
| HSL | 14.09º | 0.52% | 0.49% | - |
| HSV(B) | 14.09º | 0.69% | 0.75% | - |
| XYZ | 26.29 | 19.01 | 6.56 | - |
| YUV | 117.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 60 | 0 | 0.53 | 0.69 | 0.25 | 14.09 | 0.52 | 0.49 |
| Hex | C0 | 5B | 3C | 0 | 35 | 45 | 19 | E | 34 | 31 |
| Octal | 300 | 133 | 74 | 0 | 65 | 105 | 31 | 16 | 64 | 61 |
| Binary | 11000000 | 1011011 | 111100 | 0 | 110101 | 1000101 | 11001 | 1110 | 110100 | 110001 |
Color Harmonies of #C05B3C
Complementary color
Monochromatic Colors of #C05B3C
Black with #C05B3C
Text Example
Text Example
White with #C05B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B3C; }
p { color: rgb(192,91,60); }
H1.HeaderClassName
{
color: #C05B3C;
}
.AnyTagClassName
{
color: #C05B3C;
}
</style>
background-color css
<style>
a { background-color: #C05B3C; }
a { background-color: rgb(192,91,60); }
div.DivClassName
{
background-color: #C05B3C;
}
.BgClassName
{
background-color: #C05B3C;
}
</style>
border-color css
<style>
span { border-color: #C05B3C; }
span { border-color: rgb(192,91,60); }
td.TdClassName
{
border-color: #C05B3C;
}
.TagClassName
{
border-color: #C05B3C;
}
</style>