Shades of Ecstasy #C35A3C
Tints of Ecstasy #C35A3C
RGB
CMYK
RGB Variations
Color information
#C35A3C (or 0xC35A3C) is known color: Ecstasy. HEX triplet: C3, 5A and 3C. RGB value is (195,90,60). Sum of RGB (Red+Green+Blue) = 195+90+60=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A3C is #3CA5C3. Grayscale: #767676. Windows color (decimal): -3974596 or 3955395. OLE color: 3955395.
HSL color Cylindrical-coordinate representation of color #C35A3C: hue angle of 13.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 #C35A3C is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 60 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.24 |
| HSL | 13.33º | 0.53% | 0.5% | - |
| HSV(B) | 13.33º | 0.69% | 0.76% | - |
| XYZ | 26.98 | 19.24 | 6.57 | - |
| YUV | 117.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 60 | 0 | 0.54 | 0.69 | 0.24 | 13.33 | 0.53 | 0.5 |
| Hex | C3 | 5A | 3C | 0 | 36 | 45 | 18 | D | 35 | 32 |
| Octal | 303 | 132 | 74 | 0 | 66 | 105 | 30 | 15 | 65 | 62 |
| Binary | 11000011 | 1011010 | 111100 | 0 | 110110 | 1000101 | 11000 | 1101 | 110101 | 110010 |
Color Harmonies of #C35A3C
Complementary color
Monochromatic Colors of #C35A3C
Black with #C35A3C
Text Example
Text Example
White with #C35A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A3C; }
p { color: rgb(195,90,60); }
H1.HeaderClassName
{
color: #C35A3C;
}
.AnyTagClassName
{
color: #C35A3C;
}
</style>
background-color css
<style>
a { background-color: #C35A3C; }
a { background-color: rgb(195,90,60); }
div.DivClassName
{
background-color: #C35A3C;
}
.BgClassName
{
background-color: #C35A3C;
}
</style>
border-color css
<style>
span { border-color: #C35A3C; }
span { border-color: rgb(195,90,60); }
td.TdClassName
{
border-color: #C35A3C;
}
.TagClassName
{
border-color: #C35A3C;
}
</style>