Shades of Ochre #C46D1A
Tints of Ochre #C46D1A
RGB
CMYK
RGB Variations
Color information
#C46D1A (or 0xC46D1A) is known color: Ochre. HEX triplet: C4, 6D and 1A. RGB value is (196,109,26). Sum of RGB (Red+Green+Blue) = 196+109+26=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D1A is #3B92E5. Grayscale: #7D7D7D. Windows color (decimal): -3904230 or 1732036. OLE color: 1732036.
HSL color Cylindrical-coordinate representation of color #C46D1A: hue angle of 29.29º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C46D1A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 26 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.23 |
| HSL | 29.29º | 0.77% | 0.44% | - |
| HSV(B) | 29.29º | 0.87% | 0.77% | - |
| XYZ | 28.42 | 22.75 | 3.87 | - |
| YUV | 125.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 26 | 0 | 0.44 | 0.87 | 0.23 | 29.29 | 0.77 | 0.44 |
| Hex | C4 | 6D | 1A | 0 | 2C | 57 | 17 | 1D | 4D | 2C |
| Octal | 304 | 155 | 32 | 0 | 54 | 127 | 27 | 35 | 115 | 54 |
| Binary | 11000100 | 1101101 | 11010 | 0 | 101100 | 1010111 | 10111 | 11101 | 1001101 | 101100 |
Color Harmonies of #C46D1A
Complementary color
Monochromatic Colors of #C46D1A
Black with #C46D1A
Text Example
Text Example
White with #C46D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D1A; }
p { color: rgb(196,109,26); }
H1.HeaderClassName
{
color: #C46D1A;
}
.AnyTagClassName
{
color: #C46D1A;
}
</style>
background-color css
<style>
a { background-color: #C46D1A; }
a { background-color: rgb(196,109,26); }
div.DivClassName
{
background-color: #C46D1A;
}
.BgClassName
{
background-color: #C46D1A;
}
</style>
border-color css
<style>
span { border-color: #C46D1A; }
span { border-color: rgb(196,109,26); }
td.TdClassName
{
border-color: #C46D1A;
}
.TagClassName
{
border-color: #C46D1A;
}
</style>