Shades of Ecstasy #C35E3C
Tints of Ecstasy #C35E3C
RGB
CMYK
RGB Variations
Color information
#C35E3C (or 0xC35E3C) is known color: Ecstasy. HEX triplet: C3, 5E and 3C. RGB value is (195,94,60). Sum of RGB (Red+Green+Blue) = 195+94+60=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E3C is #3CA1C3. Grayscale: #787878. Windows color (decimal): -3973572 or 3956419. OLE color: 3956419.
HSL color Cylindrical-coordinate representation of color #C35E3C: hue angle of 15.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C35E3C is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 60 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.24 |
| HSL | 15.11º | 0.53% | 0.5% | - |
| HSV(B) | 15.11º | 0.69% | 0.76% | - |
| XYZ | 27.32 | 19.93 | 6.68 | - |
| YUV | 120.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 60 | 0 | 0.52 | 0.69 | 0.24 | 15.11 | 0.53 | 0.5 |
| Hex | C3 | 5E | 3C | 0 | 34 | 45 | 18 | F | 35 | 32 |
| Octal | 303 | 136 | 74 | 0 | 64 | 105 | 30 | 17 | 65 | 62 |
| Binary | 11000011 | 1011110 | 111100 | 0 | 110100 | 1000101 | 11000 | 1111 | 110101 | 110010 |
Color Harmonies of #C35E3C
Complementary color
Monochromatic Colors of #C35E3C
Black with #C35E3C
Text Example
Text Example
White with #C35E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E3C; }
p { color: rgb(195,94,60); }
H1.HeaderClassName
{
color: #C35E3C;
}
.AnyTagClassName
{
color: #C35E3C;
}
</style>
background-color css
<style>
a { background-color: #C35E3C; }
a { background-color: rgb(195,94,60); }
div.DivClassName
{
background-color: #C35E3C;
}
.BgClassName
{
background-color: #C35E3C;
}
</style>
border-color css
<style>
span { border-color: #C35E3C; }
span { border-color: rgb(195,94,60); }
td.TdClassName
{
border-color: #C35E3C;
}
.TagClassName
{
border-color: #C35E3C;
}
</style>