Shades of Ecstasy #C35B3A
Tints of Ecstasy #C35B3A
RGB
CMYK
RGB Variations
Color information
#C35B3A (or 0xC35B3A) is known color: Ecstasy. HEX triplet: C3, 5B and 3A. RGB value is (195,91,58). Sum of RGB (Red+Green+Blue) = 195+91+58=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B3A is #3CA4C5. Grayscale: #767676. Windows color (decimal): -3974342 or 3824579. OLE color: 3824579.
HSL color Cylindrical-coordinate representation of color #C35B3A: hue angle of 14.45º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C35B3A is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 91 | 58 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.24 |
| HSL | 14.45º | 0.54% | 0.5% | - |
| HSV(B) | 14.45º | 0.7% | 0.76% | - |
| XYZ | 27.01 | 19.39 | 6.32 | - |
| YUV | 118.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 58 | 0 | 0.53 | 0.70 | 0.24 | 14.45 | 0.54 | 0.5 |
| Hex | C3 | 5B | 3A | 0 | 35 | 46 | 18 | E | 36 | 32 |
| Octal | 303 | 133 | 72 | 0 | 65 | 106 | 30 | 16 | 66 | 62 |
| Binary | 11000011 | 1011011 | 111010 | 0 | 110101 | 1000110 | 11000 | 1110 | 110110 | 110010 |
Color Harmonies of #C35B3A
Complementary color
Monochromatic Colors of #C35B3A
Black with #C35B3A
Text Example
Text Example
White with #C35B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35B3A; }
p { color: rgb(195,91,58); }
H1.HeaderClassName
{
color: #C35B3A;
}
.AnyTagClassName
{
color: #C35B3A;
}
</style>
background-color css
<style>
a { background-color: #C35B3A; }
a { background-color: rgb(195,91,58); }
div.DivClassName
{
background-color: #C35B3A;
}
.BgClassName
{
background-color: #C35B3A;
}
</style>
border-color css
<style>
span { border-color: #C35B3A; }
span { border-color: rgb(195,91,58); }
td.TdClassName
{
border-color: #C35B3A;
}
.TagClassName
{
border-color: #C35B3A;
}
</style>