Shades of Ochre #C46F0C
Tints of Ochre #C46F0C
RGB
CMYK
RGB Variations
Color information
#C46F0C (or 0xC46F0C) is known color: Ochre. HEX triplet: C4, 6F and 0C. RGB value is (196,111,12). Sum of RGB (Red+Green+Blue) = 196+111+12=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F0C is #3B90F3. Grayscale: #7D7D7D. Windows color (decimal): -3903732 or 815044. OLE color: 815044.
HSL color Cylindrical-coordinate representation of color #C46F0C: hue angle of 32.28º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C46F0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.23 |
| HSL | 32.28º | 0.88% | 0.41% | - |
| HSV(B) | 32.28º | 0.94% | 0.77% | - |
| XYZ | 28.52 | 23.13 | 3.31 | - |
| YUV | 125.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 12 | 0 | 0.43 | 0.94 | 0.23 | 32.28 | 0.88 | 0.41 |
| Hex | C4 | 6F | C | 0 | 2B | 5E | 17 | 20 | 58 | 29 |
| Octal | 304 | 157 | 14 | 0 | 53 | 136 | 27 | 40 | 130 | 51 |
| Binary | 11000100 | 1101111 | 1100 | 0 | 101011 | 1011110 | 10111 | 100000 | 1011000 | 101001 |
Color Harmonies of #C46F0C
Complementary color
Monochromatic Colors of #C46F0C
Black with #C46F0C
Text Example
Text Example
White with #C46F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F0C; }
p { color: rgb(196,111,12); }
H1.HeaderClassName
{
color: #C46F0C;
}
.AnyTagClassName
{
color: #C46F0C;
}
</style>
background-color css
<style>
a { background-color: #C46F0C; }
a { background-color: rgb(196,111,12); }
div.DivClassName
{
background-color: #C46F0C;
}
.BgClassName
{
background-color: #C46F0C;
}
</style>
border-color css
<style>
span { border-color: #C46F0C; }
span { border-color: rgb(196,111,12); }
td.TdClassName
{
border-color: #C46F0C;
}
.TagClassName
{
border-color: #C46F0C;
}
</style>