Shades of Ecstasy #C9693C
Tints of Ecstasy #C9693C
RGB
CMYK
RGB Variations
Color information
#C9693C (or 0xC9693C) is known color: Ecstasy. HEX triplet: C9, 69 and 3C. RGB value is (201,105,60). Sum of RGB (Red+Green+Blue) = 201+105+60=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9693C is #3696C3. Grayscale: #808080. Windows color (decimal): -3577540 or 3959241. OLE color: 3959241.
HSL color Cylindrical-coordinate representation of color #C9693C: hue angle of 19.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9693C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 60 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.21 |
| HSL | 19.15º | 0.57% | 0.51% | - |
| HSV(B) | 19.15º | 0.7% | 0.79% | - |
| XYZ | 29.95 | 22.85 | 7.11 | - |
| YUV | 128.57 | 89.3 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 60 | 0 | 0.48 | 0.70 | 0.21 | 19.15 | 0.57 | 0.51 |
| Hex | C9 | 69 | 3C | 0 | 30 | 46 | 15 | 13 | 39 | 33 |
| Octal | 311 | 151 | 74 | 0 | 60 | 106 | 25 | 23 | 71 | 63 |
| Binary | 11001001 | 1101001 | 111100 | 0 | 110000 | 1000110 | 10101 | 10011 | 111001 | 110011 |
Color Harmonies of #C9693C
Complementary color
Monochromatic Colors of #C9693C
Black with #C9693C
Text Example
Text Example
White with #C9693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9693C; }
p { color: rgb(201,105,60); }
H1.HeaderClassName
{
color: #C9693C;
}
.AnyTagClassName
{
color: #C9693C;
}
</style>
background-color css
<style>
a { background-color: #C9693C; }
a { background-color: rgb(201,105,60); }
div.DivClassName
{
background-color: #C9693C;
}
.BgClassName
{
background-color: #C9693C;
}
</style>
border-color css
<style>
span { border-color: #C9693C; }
span { border-color: rgb(201,105,60); }
td.TdClassName
{
border-color: #C9693C;
}
.TagClassName
{
border-color: #C9693C;
}
</style>