Shades of Ecstasy #C8693D
Tints of Ecstasy #C8693D
RGB
CMYK
RGB Variations
Color information
#C8693D (or 0xC8693D) is known color: Ecstasy. HEX triplet: C8, 69 and 3D. RGB value is (200,105,61). Sum of RGB (Red+Green+Blue) = 200+105+61=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8693D is #3796C2. Grayscale: #808080. Windows color (decimal): -3643075 or 4024776. OLE color: 4024776.
HSL color Cylindrical-coordinate representation of color #C8693D: hue angle of 18.99º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8693D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 61 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.22 |
| HSL | 18.99º | 0.56% | 0.51% | - |
| HSV(B) | 18.99º | 0.7% | 0.78% | - |
| XYZ | 29.71 | 22.72 | 7.23 | - |
| YUV | 128.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 61 | 0 | 0.48 | 0.69 | 0.22 | 18.99 | 0.56 | 0.51 |
| Hex | C8 | 69 | 3D | 0 | 30 | 45 | 16 | 13 | 38 | 33 |
| Octal | 310 | 151 | 75 | 0 | 60 | 105 | 26 | 23 | 70 | 63 |
| Binary | 11001000 | 1101001 | 111101 | 0 | 110000 | 1000101 | 10110 | 10011 | 111000 | 110011 |
Color Harmonies of #C8693D
Complementary color
Monochromatic Colors of #C8693D
Black with #C8693D
Text Example
Text Example
White with #C8693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8693D; }
p { color: rgb(200,105,61); }
H1.HeaderClassName
{
color: #C8693D;
}
.AnyTagClassName
{
color: #C8693D;
}
</style>
background-color css
<style>
a { background-color: #C8693D; }
a { background-color: rgb(200,105,61); }
div.DivClassName
{
background-color: #C8693D;
}
.BgClassName
{
background-color: #C8693D;
}
</style>
border-color css
<style>
span { border-color: #C8693D; }
span { border-color: rgb(200,105,61); }
td.TdClassName
{
border-color: #C8693D;
}
.TagClassName
{
border-color: #C8693D;
}
</style>