Shades of Ecstasy #C35F3C
Tints of Ecstasy #C35F3C
RGB
CMYK
RGB Variations
Color information
#C35F3C (or 0xC35F3C) is known color: Ecstasy. HEX triplet: C3, 5F and 3C. RGB value is (195,95,60). Sum of RGB (Red+Green+Blue) = 195+95+60=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F3C is #3CA0C3. Grayscale: #797979. Windows color (decimal): -3973316 or 3956675. OLE color: 3956675.
HSL color Cylindrical-coordinate representation of color #C35F3C: hue angle of 15.56º 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 #C35F3C is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 60 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.24 |
| HSL | 15.56º | 0.53% | 0.5% | - |
| HSV(B) | 15.56º | 0.69% | 0.76% | - |
| XYZ | 27.41 | 20.11 | 6.71 | - |
| YUV | 120.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 60 | 0 | 0.51 | 0.69 | 0.24 | 15.56 | 0.53 | 0.5 |
| Hex | C3 | 5F | 3C | 0 | 33 | 45 | 18 | 10 | 35 | 32 |
| Octal | 303 | 137 | 74 | 0 | 63 | 105 | 30 | 20 | 65 | 62 |
| Binary | 11000011 | 1011111 | 111100 | 0 | 110011 | 1000101 | 11000 | 10000 | 110101 | 110010 |
Color Harmonies of #C35F3C
Complementary color
Monochromatic Colors of #C35F3C
Black with #C35F3C
Text Example
Text Example
White with #C35F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F3C; }
p { color: rgb(195,95,60); }
H1.HeaderClassName
{
color: #C35F3C;
}
.AnyTagClassName
{
color: #C35F3C;
}
</style>
background-color css
<style>
a { background-color: #C35F3C; }
a { background-color: rgb(195,95,60); }
div.DivClassName
{
background-color: #C35F3C;
}
.BgClassName
{
background-color: #C35F3C;
}
</style>
border-color css
<style>
span { border-color: #C35F3C; }
span { border-color: rgb(195,95,60); }
td.TdClassName
{
border-color: #C35F3C;
}
.TagClassName
{
border-color: #C35F3C;
}
</style>