Shades of Ecstasy #C35D3A
Tints of Ecstasy #C35D3A
RGB
CMYK
RGB Variations
Color information
#C35D3A (or 0xC35D3A) is known color: Ecstasy. HEX triplet: C3, 5D and 3A. RGB value is (195,93,58). Sum of RGB (Red+Green+Blue) = 195+93+58=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D3A is #3CA2C5. Grayscale: #777777. Windows color (decimal): -3973830 or 3825091. OLE color: 3825091.
HSL color Cylindrical-coordinate representation of color #C35D3A: hue angle of 15.33º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C35D3A is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 58 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.24 |
| HSL | 15.33º | 0.54% | 0.5% | - |
| HSV(B) | 15.33º | 0.7% | 0.76% | - |
| XYZ | 27.18 | 19.74 | 6.38 | - |
| YUV | 119.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 58 | 0 | 0.52 | 0.70 | 0.24 | 15.33 | 0.54 | 0.5 |
| Hex | C3 | 5D | 3A | 0 | 34 | 46 | 18 | F | 36 | 32 |
| Octal | 303 | 135 | 72 | 0 | 64 | 106 | 30 | 17 | 66 | 62 |
| Binary | 11000011 | 1011101 | 111010 | 0 | 110100 | 1000110 | 11000 | 1111 | 110110 | 110010 |
Color Harmonies of #C35D3A
Complementary color
Monochromatic Colors of #C35D3A
Black with #C35D3A
Text Example
Text Example
White with #C35D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D3A; }
p { color: rgb(195,93,58); }
H1.HeaderClassName
{
color: #C35D3A;
}
.AnyTagClassName
{
color: #C35D3A;
}
</style>
background-color css
<style>
a { background-color: #C35D3A; }
a { background-color: rgb(195,93,58); }
div.DivClassName
{
background-color: #C35D3A;
}
.BgClassName
{
background-color: #C35D3A;
}
</style>
border-color css
<style>
span { border-color: #C35D3A; }
span { border-color: rgb(195,93,58); }
td.TdClassName
{
border-color: #C35D3A;
}
.TagClassName
{
border-color: #C35D3A;
}
</style>