Shades of Ochre #C97010
Tints of Ochre #C97010
RGB
CMYK
RGB Variations
Color information
#C97010 (or 0xC97010) is known color: Ochre. HEX triplet: C9, 70 and 10. RGB value is (201,112,16). Sum of RGB (Red+Green+Blue) = 201+112+16=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C97010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97010 is #368FEF. Grayscale: #808080. Windows color (decimal): -3575792 or 1077449. OLE color: 1077449.
HSL color Cylindrical-coordinate representation of color #C97010: hue angle of 31.14º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C97010 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.21 |
| HSL | 31.14º | 0.85% | 0.43% | - |
| HSV(B) | 31.14º | 0.92% | 0.79% | - |
| XYZ | 29.98 | 24.04 | 3.55 | - |
| YUV | 127.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 16 | 0 | 0.44 | 0.92 | 0.21 | 31.14 | 0.85 | 0.43 |
| Hex | C9 | 70 | 10 | 0 | 2C | 5C | 15 | 1F | 55 | 2B |
| Octal | 311 | 160 | 20 | 0 | 54 | 134 | 25 | 37 | 125 | 53 |
| Binary | 11001001 | 1110000 | 10000 | 0 | 101100 | 1011100 | 10101 | 11111 | 1010101 | 101011 |
Color Harmonies of #C97010
Complementary color
Monochromatic Colors of #C97010
Black with #C97010
Text Example
Text Example
White with #C97010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97010; }
p { color: rgb(201,112,16); }
H1.HeaderClassName
{
color: #C97010;
}
.AnyTagClassName
{
color: #C97010;
}
</style>
background-color css
<style>
a { background-color: #C97010; }
a { background-color: rgb(201,112,16); }
div.DivClassName
{
background-color: #C97010;
}
.BgClassName
{
background-color: #C97010;
}
</style>
border-color css
<style>
span { border-color: #C97010; }
span { border-color: rgb(201,112,16); }
td.TdClassName
{
border-color: #C97010;
}
.TagClassName
{
border-color: #C97010;
}
</style>