Shades of Ecstasy #C96530
Tints of Ecstasy #C96530
RGB
CMYK
RGB Variations
Color information
#C96530 (or 0xC96530) is known color: Ecstasy. HEX triplet: C9, 65 and 30. RGB value is (201,101,48). Sum of RGB (Red+Green+Blue) = 201+101+48=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C96530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96530 is #369ACF. Grayscale: #7D7D7D. Windows color (decimal): -3578576 or 3171785. OLE color: 3171785.
HSL color Cylindrical-coordinate representation of color #C96530: hue angle of 20.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C96530 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 48 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.21 |
| HSL | 20.78º | 0.61% | 0.49% | - |
| HSV(B) | 20.78º | 0.76% | 0.79% | - |
| XYZ | 29.27 | 21.94 | 5.49 | - |
| YUV | 124.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 48 | 0 | 0.50 | 0.76 | 0.21 | 20.78 | 0.61 | 0.49 |
| Hex | C9 | 65 | 30 | 0 | 32 | 4C | 15 | 15 | 3D | 31 |
| Octal | 311 | 145 | 60 | 0 | 62 | 114 | 25 | 25 | 75 | 61 |
| Binary | 11001001 | 1100101 | 110000 | 0 | 110010 | 1001100 | 10101 | 10101 | 111101 | 110001 |
Color Harmonies of #C96530
Complementary color
Monochromatic Colors of #C96530
Black with #C96530
Text Example
Text Example
White with #C96530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96530; }
p { color: rgb(201,101,48); }
H1.HeaderClassName
{
color: #C96530;
}
.AnyTagClassName
{
color: #C96530;
}
</style>
background-color css
<style>
a { background-color: #C96530; }
a { background-color: rgb(201,101,48); }
div.DivClassName
{
background-color: #C96530;
}
.BgClassName
{
background-color: #C96530;
}
</style>
border-color css
<style>
span { border-color: #C96530; }
span { border-color: rgb(201,101,48); }
td.TdClassName
{
border-color: #C96530;
}
.TagClassName
{
border-color: #C96530;
}
</style>