Shades of Ecstasy #C95C38
Tints of Ecstasy #C95C38
RGB
CMYK
RGB Variations
Color information
#C95C38 (or 0xC95C38) is known color: Ecstasy. HEX triplet: C9, 5C and 38. RGB value is (201,92,56). Sum of RGB (Red+Green+Blue) = 201+92+56=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C38 is #36A3C7. Grayscale: #787878. Windows color (decimal): -3580872 or 3693769. OLE color: 3693769.
HSL color Cylindrical-coordinate representation of color #C95C38: hue angle of 14.9º 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 #C95C38 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 56 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.21 |
| HSL | 14.9º | 0.57% | 0.5% | - |
| HSV(B) | 14.9º | 0.72% | 0.79% | - |
| XYZ | 28.63 | 20.36 | 6.16 | - |
| YUV | 120.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 56 | 0 | 0.54 | 0.72 | 0.21 | 14.9 | 0.57 | 0.5 |
| Hex | C9 | 5C | 38 | 0 | 36 | 48 | 15 | F | 39 | 32 |
| Octal | 311 | 134 | 70 | 0 | 66 | 110 | 25 | 17 | 71 | 62 |
| Binary | 11001001 | 1011100 | 111000 | 0 | 110110 | 1001000 | 10101 | 1111 | 111001 | 110010 |
Color Harmonies of #C95C38
Complementary color
Monochromatic Colors of #C95C38
Black with #C95C38
Text Example
Text Example
White with #C95C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C38; }
p { color: rgb(201,92,56); }
H1.HeaderClassName
{
color: #C95C38;
}
.AnyTagClassName
{
color: #C95C38;
}
</style>
background-color css
<style>
a { background-color: #C95C38; }
a { background-color: rgb(201,92,56); }
div.DivClassName
{
background-color: #C95C38;
}
.BgClassName
{
background-color: #C95C38;
}
</style>
border-color css
<style>
span { border-color: #C95C38; }
span { border-color: rgb(201,92,56); }
td.TdClassName
{
border-color: #C95C38;
}
.TagClassName
{
border-color: #C95C38;
}
</style>