Shades of Ecstasy #C35D3D
Tints of Ecstasy #C35D3D
RGB
CMYK
RGB Variations
Color information
#C35D3D (or 0xC35D3D) is known color: Ecstasy. HEX triplet: C3, 5D and 3D. RGB value is (195,93,61). Sum of RGB (Red+Green+Blue) = 195+93+61=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D3D is #3CA2C2. Grayscale: #787878. Windows color (decimal): -3973827 or 4021699. OLE color: 4021699.
HSL color Cylindrical-coordinate representation of color #C35D3D: hue angle of 14.33º 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 #C35D3D is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 61 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.24 |
| HSL | 14.33º | 0.53% | 0.5% | - |
| HSV(B) | 14.33º | 0.69% | 0.76% | - |
| XYZ | 27.26 | 19.77 | 6.79 | - |
| YUV | 119.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 61 | 0 | 0.52 | 0.69 | 0.24 | 14.33 | 0.53 | 0.5 |
| Hex | C3 | 5D | 3D | 0 | 34 | 45 | 18 | E | 35 | 32 |
| Octal | 303 | 135 | 75 | 0 | 64 | 105 | 30 | 16 | 65 | 62 |
| Binary | 11000011 | 1011101 | 111101 | 0 | 110100 | 1000101 | 11000 | 1110 | 110101 | 110010 |
Color Harmonies of #C35D3D
Complementary color
Monochromatic Colors of #C35D3D
Black with #C35D3D
Text Example
Text Example
White with #C35D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D3D; }
p { color: rgb(195,93,61); }
H1.HeaderClassName
{
color: #C35D3D;
}
.AnyTagClassName
{
color: #C35D3D;
}
</style>
background-color css
<style>
a { background-color: #C35D3D; }
a { background-color: rgb(195,93,61); }
div.DivClassName
{
background-color: #C35D3D;
}
.BgClassName
{
background-color: #C35D3D;
}
</style>
border-color css
<style>
span { border-color: #C35D3D; }
span { border-color: rgb(195,93,61); }
td.TdClassName
{
border-color: #C35D3D;
}
.TagClassName
{
border-color: #C35D3D;
}
</style>