Shades of Ecstasy #C5683A
Tints of Ecstasy #C5683A
RGB
CMYK
RGB Variations
Color information
#C5683A (or 0xC5683A) is known color: Ecstasy. HEX triplet: C5, 68 and 3A. RGB value is (197,104,58). Sum of RGB (Red+Green+Blue) = 197+104+58=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5683A is #3A97C5. Grayscale: #7E7E7E. Windows color (decimal): -3839942 or 3827909. OLE color: 3827909.
HSL color Cylindrical-coordinate representation of color #C5683A: hue angle of 19.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5683A is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 58 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.23 |
| HSL | 19.86º | 0.55% | 0.5% | - |
| HSV(B) | 19.86º | 0.71% | 0.77% | - |
| XYZ | 28.74 | 22.08 | 6.75 | - |
| YUV | 126.56 | 89.31 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 58 | 0 | 0.47 | 0.71 | 0.23 | 19.86 | 0.55 | 0.5 |
| Hex | C5 | 68 | 3A | 0 | 2F | 47 | 17 | 14 | 37 | 32 |
| Octal | 305 | 150 | 72 | 0 | 57 | 107 | 27 | 24 | 67 | 62 |
| Binary | 11000101 | 1101000 | 111010 | 0 | 101111 | 1000111 | 10111 | 10100 | 110111 | 110010 |
Color Harmonies of #C5683A
Complementary color
Monochromatic Colors of #C5683A
Black with #C5683A
Text Example
Text Example
White with #C5683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5683A; }
p { color: rgb(197,104,58); }
H1.HeaderClassName
{
color: #C5683A;
}
.AnyTagClassName
{
color: #C5683A;
}
</style>
background-color css
<style>
a { background-color: #C5683A; }
a { background-color: rgb(197,104,58); }
div.DivClassName
{
background-color: #C5683A;
}
.BgClassName
{
background-color: #C5683A;
}
</style>
border-color css
<style>
span { border-color: #C5683A; }
span { border-color: rgb(197,104,58); }
td.TdClassName
{
border-color: #C5683A;
}
.TagClassName
{
border-color: #C5683A;
}
</style>