Shades of Ecstasy #C0683F
Tints of Ecstasy #C0683F
RGB
CMYK
RGB Variations
Color information
#C0683F (or 0xC0683F) is known color: Ecstasy. HEX triplet: C0, 68 and 3F. RGB value is (192,104,63). Sum of RGB (Red+Green+Blue) = 192+104+63=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0683F is #3F97C0. Grayscale: #7D7D7D. Windows color (decimal): -4167617 or 4155584. OLE color: 4155584.
HSL color Cylindrical-coordinate representation of color #C0683F: hue angle of 19.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0683F is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 63 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.25 |
| HSL | 19.07º | 0.51% | 0.5% | - |
| HSV(B) | 19.07º | 0.67% | 0.75% | - |
| XYZ | 27.59 | 21.47 | 7.39 | - |
| YUV | 125.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 63 | 0 | 0.46 | 0.67 | 0.25 | 19.07 | 0.51 | 0.5 |
| Hex | C0 | 68 | 3F | 0 | 2E | 43 | 19 | 13 | 33 | 32 |
| Octal | 300 | 150 | 77 | 0 | 56 | 103 | 31 | 23 | 63 | 62 |
| Binary | 11000000 | 1101000 | 111111 | 0 | 101110 | 1000011 | 11001 | 10011 | 110011 | 110010 |
Color Harmonies of #C0683F
Complementary color
Monochromatic Colors of #C0683F
Black with #C0683F
Text Example
Text Example
White with #C0683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0683F; }
p { color: rgb(192,104,63); }
H1.HeaderClassName
{
color: #C0683F;
}
.AnyTagClassName
{
color: #C0683F;
}
</style>
background-color css
<style>
a { background-color: #C0683F; }
a { background-color: rgb(192,104,63); }
div.DivClassName
{
background-color: #C0683F;
}
.BgClassName
{
background-color: #C0683F;
}
</style>
border-color css
<style>
span { border-color: #C0683F; }
span { border-color: rgb(192,104,63); }
td.TdClassName
{
border-color: #C0683F;
}
.TagClassName
{
border-color: #C0683F;
}
</style>