Shades of Ecstasy #C95A38
Tints of Ecstasy #C95A38
RGB
CMYK
RGB Variations
Color information
#C95A38 (or 0xC95A38) is known color: Ecstasy. HEX triplet: C9, 5A and 38. RGB value is (201,90,56). Sum of RGB (Red+Green+Blue) = 201+90+56=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A38 is #36A5C7. Grayscale: #777777. Windows color (decimal): -3581384 or 3693257. OLE color: 3693257.
HSL color Cylindrical-coordinate representation of color #C95A38: hue angle of 14.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95A38 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 56 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.21 |
| HSL | 14.07º | 0.57% | 0.5% | - |
| HSV(B) | 14.07º | 0.72% | 0.79% | - |
| XYZ | 28.46 | 20.02 | 6.1 | - |
| YUV | 119.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 56 | 0 | 0.55 | 0.72 | 0.21 | 14.07 | 0.57 | 0.5 |
| Hex | C9 | 5A | 38 | 0 | 37 | 48 | 15 | E | 39 | 32 |
| Octal | 311 | 132 | 70 | 0 | 67 | 110 | 25 | 16 | 71 | 62 |
| Binary | 11001001 | 1011010 | 111000 | 0 | 110111 | 1001000 | 10101 | 1110 | 111001 | 110010 |
Color Harmonies of #C95A38
Complementary color
Monochromatic Colors of #C95A38
Black with #C95A38
Text Example
Text Example
White with #C95A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A38; }
p { color: rgb(201,90,56); }
H1.HeaderClassName
{
color: #C95A38;
}
.AnyTagClassName
{
color: #C95A38;
}
</style>
background-color css
<style>
a { background-color: #C95A38; }
a { background-color: rgb(201,90,56); }
div.DivClassName
{
background-color: #C95A38;
}
.BgClassName
{
background-color: #C95A38;
}
</style>
border-color css
<style>
span { border-color: #C95A38; }
span { border-color: rgb(201,90,56); }
td.TdClassName
{
border-color: #C95A38;
}
.TagClassName
{
border-color: #C95A38;
}
</style>