Shades of Ecstasy #C8693F
Tints of Ecstasy #C8693F
RGB
CMYK
RGB Variations
Color information
#C8693F (or 0xC8693F) is known color: Ecstasy. HEX triplet: C8, 69 and 3F. RGB value is (200,105,63). Sum of RGB (Red+Green+Blue) = 200+105+63=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8693F is #3796C0. Grayscale: #808080. Windows color (decimal): -3643073 or 4155848. OLE color: 4155848.
HSL color Cylindrical-coordinate representation of color #C8693F: hue angle of 18.39º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8693F is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 63 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.22 |
| HSL | 18.39º | 0.55% | 0.52% | - |
| HSV(B) | 18.39º | 0.69% | 0.78% | - |
| XYZ | 29.77 | 22.74 | 7.52 | - |
| YUV | 128.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 63 | 0 | 0.48 | 0.68 | 0.22 | 18.39 | 0.55 | 0.52 |
| Hex | C8 | 69 | 3F | 0 | 30 | 44 | 16 | 12 | 37 | 34 |
| Octal | 310 | 151 | 77 | 0 | 60 | 104 | 26 | 22 | 67 | 64 |
| Binary | 11001000 | 1101001 | 111111 | 0 | 110000 | 1000100 | 10110 | 10010 | 110111 | 110100 |
Color Harmonies of #C8693F
Complementary color
Monochromatic Colors of #C8693F
Black with #C8693F
Text Example
Text Example
White with #C8693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8693F; }
p { color: rgb(200,105,63); }
H1.HeaderClassName
{
color: #C8693F;
}
.AnyTagClassName
{
color: #C8693F;
}
</style>
background-color css
<style>
a { background-color: #C8693F; }
a { background-color: rgb(200,105,63); }
div.DivClassName
{
background-color: #C8693F;
}
.BgClassName
{
background-color: #C8693F;
}
</style>
border-color css
<style>
span { border-color: #C8693F; }
span { border-color: rgb(200,105,63); }
td.TdClassName
{
border-color: #C8693F;
}
.TagClassName
{
border-color: #C8693F;
}
</style>