Shades of Ochre #C58016
Tints of Ochre #C58016
RGB
CMYK
RGB Variations
Color information
#C58016 (or 0xC58016) is known color: Ochre. HEX triplet: C5, 80 and 16. RGB value is (197,128,22). Sum of RGB (Red+Green+Blue) = 197+128+22=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C58016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58016 is #3A7FE9. Grayscale: #898989. Windows color (decimal): -3833834 or 1474757. OLE color: 1474757.
HSL color Cylindrical-coordinate representation of color #C58016: hue angle of 36.34º 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 #C58016 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 22 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.23 |
| HSL | 36.34º | 0.8% | 0.43% | - |
| HSV(B) | 36.34º | 0.89% | 0.77% | - |
| XYZ | 30.89 | 27.37 | 4.41 | - |
| YUV | 136.55 | 63.36 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 22 | 0 | 0.35 | 0.89 | 0.23 | 36.34 | 0.8 | 0.43 |
| Hex | C5 | 80 | 16 | 0 | 23 | 59 | 17 | 24 | 50 | 2B |
| Octal | 305 | 200 | 26 | 0 | 43 | 131 | 27 | 44 | 120 | 53 |
| Binary | 11000101 | 10000000 | 10110 | 0 | 100011 | 1011001 | 10111 | 100100 | 1010000 | 101011 |
Color Harmonies of #C58016
Complementary color
Monochromatic Colors of #C58016
Black with #C58016
Text Example
Text Example
White with #C58016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58016; }
p { color: rgb(197,128,22); }
H1.HeaderClassName
{
color: #C58016;
}
.AnyTagClassName
{
color: #C58016;
}
</style>
background-color css
<style>
a { background-color: #C58016; }
a { background-color: rgb(197,128,22); }
div.DivClassName
{
background-color: #C58016;
}
.BgClassName
{
background-color: #C58016;
}
</style>
border-color css
<style>
span { border-color: #C58016; }
span { border-color: rgb(197,128,22); }
td.TdClassName
{
border-color: #C58016;
}
.TagClassName
{
border-color: #C58016;
}
</style>