Shades of Ecstasy #C8683A
Tints of Ecstasy #C8683A
RGB
CMYK
RGB Variations
Color information
#C8683A (or 0xC8683A) is known color: Ecstasy. HEX triplet: C8, 68 and 3A. RGB value is (200,104,58). Sum of RGB (Red+Green+Blue) = 200+104+58=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8683A is #3797C5. Grayscale: #7F7F7F. Windows color (decimal): -3643334 or 3827912. OLE color: 3827912.
HSL color Cylindrical-coordinate representation of color #C8683A: hue angle of 19.44º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8683A is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 58 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.22 |
| HSL | 19.44º | 0.56% | 0.51% | - |
| HSV(B) | 19.44º | 0.71% | 0.78% | - |
| XYZ | 29.53 | 22.49 | 6.79 | - |
| YUV | 127.46 | 88.8 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 58 | 0 | 0.48 | 0.71 | 0.22 | 19.44 | 0.56 | 0.51 |
| Hex | C8 | 68 | 3A | 0 | 30 | 47 | 16 | 13 | 38 | 33 |
| Octal | 310 | 150 | 72 | 0 | 60 | 107 | 26 | 23 | 70 | 63 |
| Binary | 11001000 | 1101000 | 111010 | 0 | 110000 | 1000111 | 10110 | 10011 | 111000 | 110011 |
Color Harmonies of #C8683A
Complementary color
Monochromatic Colors of #C8683A
Black with #C8683A
Text Example
Text Example
White with #C8683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8683A; }
p { color: rgb(200,104,58); }
H1.HeaderClassName
{
color: #C8683A;
}
.AnyTagClassName
{
color: #C8683A;
}
</style>
background-color css
<style>
a { background-color: #C8683A; }
a { background-color: rgb(200,104,58); }
div.DivClassName
{
background-color: #C8683A;
}
.BgClassName
{
background-color: #C8683A;
}
</style>
border-color css
<style>
span { border-color: #C8683A; }
span { border-color: rgb(200,104,58); }
td.TdClassName
{
border-color: #C8683A;
}
.TagClassName
{
border-color: #C8683A;
}
</style>