Shades of Ecstasy #C35F40
Tints of Ecstasy #C35F40
RGB
CMYK
RGB Variations
Color information
#C35F40 (or 0xC35F40) is known color: Ecstasy. HEX triplet: C3, 5F and 40. RGB value is (195,95,64). Sum of RGB (Red+Green+Blue) = 195+95+64=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F40 is #3CA0BF. Grayscale: #797979. Windows color (decimal): -3973312 or 4218819. OLE color: 4218819.
HSL color Cylindrical-coordinate representation of color #C35F40: hue angle of 14.2º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C35F40 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 64 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.24 |
| HSL | 14.2º | 0.52% | 0.51% | - |
| HSV(B) | 14.2º | 0.67% | 0.76% | - |
| XYZ | 27.52 | 20.16 | 7.29 | - |
| YUV | 121.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 64 | 0 | 0.51 | 0.67 | 0.24 | 14.2 | 0.52 | 0.51 |
| Hex | C3 | 5F | 40 | 0 | 33 | 43 | 18 | E | 34 | 33 |
| Octal | 303 | 137 | 100 | 0 | 63 | 103 | 30 | 16 | 64 | 63 |
| Binary | 11000011 | 1011111 | 1000000 | 0 | 110011 | 1000011 | 11000 | 1110 | 110100 | 110011 |
Color Harmonies of #C35F40
Complementary color
Monochromatic Colors of #C35F40
Black with #C35F40
Text Example
Text Example
White with #C35F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F40; }
p { color: rgb(195,95,64); }
H1.HeaderClassName
{
color: #C35F40;
}
.AnyTagClassName
{
color: #C35F40;
}
</style>
background-color css
<style>
a { background-color: #C35F40; }
a { background-color: rgb(195,95,64); }
div.DivClassName
{
background-color: #C35F40;
}
.BgClassName
{
background-color: #C35F40;
}
</style>
border-color css
<style>
span { border-color: #C35F40; }
span { border-color: rgb(195,95,64); }
td.TdClassName
{
border-color: #C35F40;
}
.TagClassName
{
border-color: #C35F40;
}
</style>