Shades of Ochre #C46E12
Tints of Ochre #C46E12
RGB
CMYK
RGB Variations
Color information
#C46E12 (or 0xC46E12) is known color: Ochre. HEX triplet: C4, 6E and 12. RGB value is (196,110,18). Sum of RGB (Red+Green+Blue) = 196+110+18=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46E12 is #3B91ED. Grayscale: #7D7D7D. Windows color (decimal): -3903982 or 1208004. OLE color: 1208004.
HSL color Cylindrical-coordinate representation of color #C46E12: hue angle of 31.01º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C46E12 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 18 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.23 |
| HSL | 31.01º | 0.83% | 0.42% | - |
| HSV(B) | 31.01º | 0.91% | 0.77% | - |
| XYZ | 28.45 | 22.93 | 3.5 | - |
| YUV | 125.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 18 | 0 | 0.44 | 0.91 | 0.23 | 31.01 | 0.83 | 0.42 |
| Hex | C4 | 6E | 12 | 0 | 2C | 5B | 17 | 1F | 53 | 2A |
| Octal | 304 | 156 | 22 | 0 | 54 | 133 | 27 | 37 | 123 | 52 |
| Binary | 11000100 | 1101110 | 10010 | 0 | 101100 | 1011011 | 10111 | 11111 | 1010011 | 101010 |
Color Harmonies of #C46E12
Complementary color
Monochromatic Colors of #C46E12
Black with #C46E12
Text Example
Text Example
White with #C46E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E12; }
p { color: rgb(196,110,18); }
H1.HeaderClassName
{
color: #C46E12;
}
.AnyTagClassName
{
color: #C46E12;
}
</style>
background-color css
<style>
a { background-color: #C46E12; }
a { background-color: rgb(196,110,18); }
div.DivClassName
{
background-color: #C46E12;
}
.BgClassName
{
background-color: #C46E12;
}
</style>
border-color css
<style>
span { border-color: #C46E12; }
span { border-color: rgb(196,110,18); }
td.TdClassName
{
border-color: #C46E12;
}
.TagClassName
{
border-color: #C46E12;
}
</style>