Shades of Ecstasy #C35C3C
Tints of Ecstasy #C35C3C
RGB
CMYK
RGB Variations
Color information
#C35C3C (or 0xC35C3C) is known color: Ecstasy. HEX triplet: C3, 5C and 3C. RGB value is (195,92,60). Sum of RGB (Red+Green+Blue) = 195+92+60=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C3C is #3CA3C3. Grayscale: #777777. Windows color (decimal): -3974084 or 3955907. OLE color: 3955907.
HSL color Cylindrical-coordinate representation of color #C35C3C: hue angle of 14.22º 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 #C35C3C is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 60 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.24 |
| HSL | 14.22º | 0.53% | 0.5% | - |
| HSV(B) | 14.22º | 0.69% | 0.76% | - |
| XYZ | 27.15 | 19.58 | 6.62 | - |
| YUV | 119.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 60 | 0 | 0.53 | 0.69 | 0.24 | 14.22 | 0.53 | 0.5 |
| Hex | C3 | 5C | 3C | 0 | 35 | 45 | 18 | E | 35 | 32 |
| Octal | 303 | 134 | 74 | 0 | 65 | 105 | 30 | 16 | 65 | 62 |
| Binary | 11000011 | 1011100 | 111100 | 0 | 110101 | 1000101 | 11000 | 1110 | 110101 | 110010 |
Color Harmonies of #C35C3C
Complementary color
Monochromatic Colors of #C35C3C
Black with #C35C3C
Text Example
Text Example
White with #C35C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C3C; }
p { color: rgb(195,92,60); }
H1.HeaderClassName
{
color: #C35C3C;
}
.AnyTagClassName
{
color: #C35C3C;
}
</style>
background-color css
<style>
a { background-color: #C35C3C; }
a { background-color: rgb(195,92,60); }
div.DivClassName
{
background-color: #C35C3C;
}
.BgClassName
{
background-color: #C35C3C;
}
</style>
border-color css
<style>
span { border-color: #C35C3C; }
span { border-color: rgb(195,92,60); }
td.TdClassName
{
border-color: #C35C3C;
}
.TagClassName
{
border-color: #C35C3C;
}
</style>