Shades of Ochre #C97412
Tints of Ochre #C97412
RGB
CMYK
RGB Variations
Color information
#C97412 (or 0xC97412) is known color: Ochre. HEX triplet: C9, 74 and 12. RGB value is (201,116,18). Sum of RGB (Red+Green+Blue) = 201+116+18=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C97412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97412 is #368BED. Grayscale: #828282. Windows color (decimal): -3574766 or 1209545. OLE color: 1209545.
HSL color Cylindrical-coordinate representation of color #C97412: hue angle of 32.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C97412 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.21 |
| HSL | 32.13º | 0.84% | 0.43% | - |
| HSV(B) | 32.13º | 0.91% | 0.79% | - |
| XYZ | 30.44 | 24.95 | 3.78 | - |
| YUV | 130.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 18 | 0 | 0.42 | 0.91 | 0.21 | 32.13 | 0.84 | 0.43 |
| Hex | C9 | 74 | 12 | 0 | 2A | 5B | 15 | 20 | 54 | 2B |
| Octal | 311 | 164 | 22 | 0 | 52 | 133 | 25 | 40 | 124 | 53 |
| Binary | 11001001 | 1110100 | 10010 | 0 | 101010 | 1011011 | 10101 | 100000 | 1010100 | 101011 |
Color Harmonies of #C97412
Complementary color
Monochromatic Colors of #C97412
Black with #C97412
Text Example
Text Example
White with #C97412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97412; }
p { color: rgb(201,116,18); }
H1.HeaderClassName
{
color: #C97412;
}
.AnyTagClassName
{
color: #C97412;
}
</style>
background-color css
<style>
a { background-color: #C97412; }
a { background-color: rgb(201,116,18); }
div.DivClassName
{
background-color: #C97412;
}
.BgClassName
{
background-color: #C97412;
}
</style>
border-color css
<style>
span { border-color: #C97412; }
span { border-color: rgb(201,116,18); }
td.TdClassName
{
border-color: #C97412;
}
.TagClassName
{
border-color: #C97412;
}
</style>