Shades of Ochre #C46E17
Tints of Ochre #C46E17
RGB
CMYK
RGB Variations
Color information
#C46E17 (or 0xC46E17) is known color: Ochre. HEX triplet: C4, 6E and 17. RGB value is (196,110,23). Sum of RGB (Red+Green+Blue) = 196+110+23=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46E17 is #3B91E8. Grayscale: #7E7E7E. Windows color (decimal): -3903977 or 1535684. OLE color: 1535684.
HSL color Cylindrical-coordinate representation of color #C46E17: hue angle of 30.17º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C46E17 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 23 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.23 |
| HSL | 30.17º | 0.79% | 0.43% | - |
| HSV(B) | 30.17º | 0.88% | 0.77% | - |
| XYZ | 28.5 | 22.95 | 3.74 | - |
| YUV | 125.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 23 | 0 | 0.44 | 0.88 | 0.23 | 30.17 | 0.79 | 0.43 |
| Hex | C4 | 6E | 17 | 0 | 2C | 58 | 17 | 1E | 4F | 2B |
| Octal | 304 | 156 | 27 | 0 | 54 | 130 | 27 | 36 | 117 | 53 |
| Binary | 11000100 | 1101110 | 10111 | 0 | 101100 | 1011000 | 10111 | 11110 | 1001111 | 101011 |
Color Harmonies of #C46E17
Complementary color
Monochromatic Colors of #C46E17
Black with #C46E17
Text Example
Text Example
White with #C46E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E17; }
p { color: rgb(196,110,23); }
H1.HeaderClassName
{
color: #C46E17;
}
.AnyTagClassName
{
color: #C46E17;
}
</style>
background-color css
<style>
a { background-color: #C46E17; }
a { background-color: rgb(196,110,23); }
div.DivClassName
{
background-color: #C46E17;
}
.BgClassName
{
background-color: #C46E17;
}
</style>
border-color css
<style>
span { border-color: #C46E17; }
span { border-color: rgb(196,110,23); }
td.TdClassName
{
border-color: #C46E17;
}
.TagClassName
{
border-color: #C46E17;
}
</style>