Shades of Ochre #C48016
Tints of Ochre #C48016
RGB
CMYK
RGB Variations
Color information
#C48016 (or 0xC48016) is known color: Ochre. HEX triplet: C4, 80 and 16. RGB value is (196,128,22). Sum of RGB (Red+Green+Blue) = 196+128+22=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C48016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48016 is #3B7FE9. Grayscale: #888888. Windows color (decimal): -3899370 or 1474756. OLE color: 1474756.
HSL color Cylindrical-coordinate representation of color #C48016: hue angle of 36.55º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C48016 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 22 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.23 |
| HSL | 36.55º | 0.8% | 0.43% | - |
| HSV(B) | 36.55º | 0.89% | 0.77% | - |
| XYZ | 30.63 | 27.23 | 4.4 | - |
| YUV | 136.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 22 | 0 | 0.35 | 0.89 | 0.23 | 36.55 | 0.8 | 0.43 |
| Hex | C4 | 80 | 16 | 0 | 23 | 59 | 17 | 25 | 50 | 2B |
| Octal | 304 | 200 | 26 | 0 | 43 | 131 | 27 | 45 | 120 | 53 |
| Binary | 11000100 | 10000000 | 10110 | 0 | 100011 | 1011001 | 10111 | 100101 | 1010000 | 101011 |
Color Harmonies of #C48016
Complementary color
Monochromatic Colors of #C48016
Black with #C48016
Text Example
Text Example
White with #C48016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48016; }
p { color: rgb(196,128,22); }
H1.HeaderClassName
{
color: #C48016;
}
.AnyTagClassName
{
color: #C48016;
}
</style>
background-color css
<style>
a { background-color: #C48016; }
a { background-color: rgb(196,128,22); }
div.DivClassName
{
background-color: #C48016;
}
.BgClassName
{
background-color: #C48016;
}
</style>
border-color css
<style>
span { border-color: #C48016; }
span { border-color: rgb(196,128,22); }
td.TdClassName
{
border-color: #C48016;
}
.TagClassName
{
border-color: #C48016;
}
</style>