Shades of Ochre #C9700F
Tints of Ochre #C9700F
RGB
CMYK
RGB Variations
Color information
#C9700F (or 0xC9700F) is known color: Ochre. HEX triplet: C9, 70 and 0F. RGB value is (201,112,15). Sum of RGB (Red+Green+Blue) = 201+112+15=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9700F is #368FF0. Grayscale: #808080. Windows color (decimal): -3575793 or 1011913. OLE color: 1011913.
HSL color Cylindrical-coordinate representation of color #C9700F: hue angle of 31.29º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9700F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.21 |
| HSL | 31.29º | 0.86% | 0.42% | - |
| HSV(B) | 31.29º | 0.93% | 0.79% | - |
| XYZ | 29.97 | 24.04 | 3.51 | - |
| YUV | 127.55 | 64.49 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 15 | 0 | 0.44 | 0.93 | 0.21 | 31.29 | 0.86 | 0.42 |
| Hex | C9 | 70 | F | 0 | 2C | 5D | 15 | 1F | 56 | 2A |
| Octal | 311 | 160 | 17 | 0 | 54 | 135 | 25 | 37 | 126 | 52 |
| Binary | 11001001 | 1110000 | 1111 | 0 | 101100 | 1011101 | 10101 | 11111 | 1010110 | 101010 |
Color Harmonies of #C9700F
Complementary color
Monochromatic Colors of #C9700F
Black with #C9700F
Text Example
Text Example
White with #C9700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9700F; }
p { color: rgb(201,112,15); }
H1.HeaderClassName
{
color: #C9700F;
}
.AnyTagClassName
{
color: #C9700F;
}
</style>
background-color css
<style>
a { background-color: #C9700F; }
a { background-color: rgb(201,112,15); }
div.DivClassName
{
background-color: #C9700F;
}
.BgClassName
{
background-color: #C9700F;
}
</style>
border-color css
<style>
span { border-color: #C9700F; }
span { border-color: rgb(201,112,15); }
td.TdClassName
{
border-color: #C9700F;
}
.TagClassName
{
border-color: #C9700F;
}
</style>