Shades of Ochre #C46E26
Tints of Ochre #C46E26
RGB
CMYK
RGB Variations
Color information
#C46E26 (or 0xC46E26) is known color: Ochre. HEX triplet: C4, 6E and 26. RGB value is (196,110,38). Sum of RGB (Red+Green+Blue) = 196+110+38=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E26 is #3B91D9. Grayscale: #7F7F7F. Windows color (decimal): -3903962 or 2518724. OLE color: 2518724.
HSL color Cylindrical-coordinate representation of color #C46E26: hue angle of 27.34º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C46E26 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 38 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.23 |
| HSL | 27.34º | 0.68% | 0.46% | - |
| HSV(B) | 27.34º | 0.81% | 0.77% | - |
| XYZ | 28.69 | 23.03 | 4.77 | - |
| YUV | 127.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 38 | 0 | 0.44 | 0.81 | 0.23 | 27.34 | 0.68 | 0.46 |
| Hex | C4 | 6E | 26 | 0 | 2C | 51 | 17 | 1B | 44 | 2E |
| Octal | 304 | 156 | 46 | 0 | 54 | 121 | 27 | 33 | 104 | 56 |
| Binary | 11000100 | 1101110 | 100110 | 0 | 101100 | 1010001 | 10111 | 11011 | 1000100 | 101110 |
Color Harmonies of #C46E26
Complementary color
Monochromatic Colors of #C46E26
Black with #C46E26
Text Example
Text Example
White with #C46E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E26; }
p { color: rgb(196,110,38); }
H1.HeaderClassName
{
color: #C46E26;
}
.AnyTagClassName
{
color: #C46E26;
}
</style>
background-color css
<style>
a { background-color: #C46E26; }
a { background-color: rgb(196,110,38); }
div.DivClassName
{
background-color: #C46E26;
}
.BgClassName
{
background-color: #C46E26;
}
</style>
border-color css
<style>
span { border-color: #C46E26; }
span { border-color: rgb(196,110,38); }
td.TdClassName
{
border-color: #C46E26;
}
.TagClassName
{
border-color: #C46E26;
}
</style>