Shades of Ochre #C46F22
Tints of Ochre #C46F22
RGB
CMYK
RGB Variations
Color information
#C46F22 (or 0xC46F22) is known color: Ochre. HEX triplet: C4, 6F and 22. RGB value is (196,111,34). Sum of RGB (Red+Green+Blue) = 196+111+34=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F22 is #3B90DD. Grayscale: #808080. Windows color (decimal): -3903710 or 2256836. OLE color: 2256836.
HSL color Cylindrical-coordinate representation of color #C46F22: hue angle of 28.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C46F22 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 34 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.23 |
| HSL | 28.52º | 0.7% | 0.45% | - |
| HSV(B) | 28.52º | 0.83% | 0.77% | - |
| XYZ | 28.74 | 23.22 | 4.48 | - |
| YUV | 127.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 34 | 0 | 0.43 | 0.83 | 0.23 | 28.52 | 0.7 | 0.45 |
| Hex | C4 | 6F | 22 | 0 | 2B | 53 | 17 | 1D | 46 | 2D |
| Octal | 304 | 157 | 42 | 0 | 53 | 123 | 27 | 35 | 106 | 55 |
| Binary | 11000100 | 1101111 | 100010 | 0 | 101011 | 1010011 | 10111 | 11101 | 1000110 | 101101 |
Color Harmonies of #C46F22
Complementary color
Monochromatic Colors of #C46F22
Black with #C46F22
Text Example
Text Example
White with #C46F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F22; }
p { color: rgb(196,111,34); }
H1.HeaderClassName
{
color: #C46F22;
}
.AnyTagClassName
{
color: #C46F22;
}
</style>
background-color css
<style>
a { background-color: #C46F22; }
a { background-color: rgb(196,111,34); }
div.DivClassName
{
background-color: #C46F22;
}
.BgClassName
{
background-color: #C46F22;
}
</style>
border-color css
<style>
span { border-color: #C46F22; }
span { border-color: rgb(196,111,34); }
td.TdClassName
{
border-color: #C46F22;
}
.TagClassName
{
border-color: #C46F22;
}
</style>