Shades of Ochre #C06E0A
Tints of Ochre #C06E0A
RGB
CMYK
RGB Variations
Color information
#C06E0A (or 0xC06E0A) is known color: Ochre. HEX triplet: C0, 6E and 0A. RGB value is (192,110,10). Sum of RGB (Red+Green+Blue) = 192+110+10=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E0A is #3F91F5. Grayscale: #7B7B7B. Windows color (decimal): -4166134 or 683712. OLE color: 683712.
HSL color Cylindrical-coordinate representation of color #C06E0A: hue angle of 32.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C06E0A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.25 |
| HSL | 32.97º | 0.9% | 0.4% | - |
| HSV(B) | 32.97º | 0.95% | 0.75% | - |
| XYZ | 27.37 | 22.38 | 3.16 | - |
| YUV | 123.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 10 | 0 | 0.43 | 0.95 | 0.25 | 32.97 | 0.9 | 0.4 |
| Hex | C0 | 6E | A | 0 | 2B | 5F | 19 | 21 | 5A | 28 |
| Octal | 300 | 156 | 12 | 0 | 53 | 137 | 31 | 41 | 132 | 50 |
| Binary | 11000000 | 1101110 | 1010 | 0 | 101011 | 1011111 | 11001 | 100001 | 1011010 | 101000 |
Color Harmonies of #C06E0A
Complementary color
Monochromatic Colors of #C06E0A
Black with #C06E0A
Text Example
Text Example
White with #C06E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E0A; }
p { color: rgb(192,110,10); }
H1.HeaderClassName
{
color: #C06E0A;
}
.AnyTagClassName
{
color: #C06E0A;
}
</style>
background-color css
<style>
a { background-color: #C06E0A; }
a { background-color: rgb(192,110,10); }
div.DivClassName
{
background-color: #C06E0A;
}
.BgClassName
{
background-color: #C06E0A;
}
</style>
border-color css
<style>
span { border-color: #C06E0A; }
span { border-color: rgb(192,110,10); }
td.TdClassName
{
border-color: #C06E0A;
}
.TagClassName
{
border-color: #C06E0A;
}
</style>