Shades of Ecstasy #C0673F
Tints of Ecstasy #C0673F
RGB
CMYK
RGB Variations
Color information
#C0673F (or 0xC0673F) is known color: Ecstasy. HEX triplet: C0, 67 and 3F. RGB value is (192,103,63). Sum of RGB (Red+Green+Blue) = 192+103+63=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0673F is #3F98C0. Grayscale: #7D7D7D. Windows color (decimal): -4167873 or 4155328. OLE color: 4155328.
HSL color Cylindrical-coordinate representation of color #C0673F: hue angle of 18.6º 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 #C0673F is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 63 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.25 |
| HSL | 18.6º | 0.51% | 0.5% | - |
| HSV(B) | 18.6º | 0.67% | 0.75% | - |
| XYZ | 27.49 | 21.27 | 7.36 | - |
| YUV | 125.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 63 | 0 | 0.46 | 0.67 | 0.25 | 18.6 | 0.51 | 0.5 |
| Hex | C0 | 67 | 3F | 0 | 2E | 43 | 19 | 13 | 33 | 32 |
| Octal | 300 | 147 | 77 | 0 | 56 | 103 | 31 | 23 | 63 | 62 |
| Binary | 11000000 | 1100111 | 111111 | 0 | 101110 | 1000011 | 11001 | 10011 | 110011 | 110010 |
Color Harmonies of #C0673F
Complementary color
Monochromatic Colors of #C0673F
Black with #C0673F
Text Example
Text Example
White with #C0673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0673F; }
p { color: rgb(192,103,63); }
H1.HeaderClassName
{
color: #C0673F;
}
.AnyTagClassName
{
color: #C0673F;
}
</style>
background-color css
<style>
a { background-color: #C0673F; }
a { background-color: rgb(192,103,63); }
div.DivClassName
{
background-color: #C0673F;
}
.BgClassName
{
background-color: #C0673F;
}
</style>
border-color css
<style>
span { border-color: #C0673F; }
span { border-color: rgb(192,103,63); }
td.TdClassName
{
border-color: #C0673F;
}
.TagClassName
{
border-color: #C0673F;
}
</style>