Shades of Ecstasy #C96938
Tints of Ecstasy #C96938
RGB
CMYK
RGB Variations
Color information
#C96938 (or 0xC96938) is known color: Ecstasy. HEX triplet: C9, 69 and 38. RGB value is (201,105,56). Sum of RGB (Red+Green+Blue) = 201+105+56=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C96938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96938 is #3696C7. Grayscale: #808080. Windows color (decimal): -3577544 or 3697097. OLE color: 3697097.
HSL color Cylindrical-coordinate representation of color #C96938: hue angle of 20.28º 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 #C96938 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 56 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.21 |
| HSL | 20.28º | 0.57% | 0.5% | - |
| HSV(B) | 20.28º | 0.72% | 0.79% | - |
| XYZ | 29.85 | 22.81 | 6.57 | - |
| YUV | 128.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 56 | 0 | 0.48 | 0.72 | 0.21 | 20.28 | 0.57 | 0.5 |
| Hex | C9 | 69 | 38 | 0 | 30 | 48 | 15 | 14 | 39 | 32 |
| Octal | 311 | 151 | 70 | 0 | 60 | 110 | 25 | 24 | 71 | 62 |
| Binary | 11001001 | 1101001 | 111000 | 0 | 110000 | 1001000 | 10101 | 10100 | 111001 | 110010 |
Color Harmonies of #C96938
Complementary color
Monochromatic Colors of #C96938
Black with #C96938
Text Example
Text Example
White with #C96938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96938; }
p { color: rgb(201,105,56); }
H1.HeaderClassName
{
color: #C96938;
}
.AnyTagClassName
{
color: #C96938;
}
</style>
background-color css
<style>
a { background-color: #C96938; }
a { background-color: rgb(201,105,56); }
div.DivClassName
{
background-color: #C96938;
}
.BgClassName
{
background-color: #C96938;
}
</style>
border-color css
<style>
span { border-color: #C96938; }
span { border-color: rgb(201,105,56); }
td.TdClassName
{
border-color: #C96938;
}
.TagClassName
{
border-color: #C96938;
}
</style>