Shades of Ochre #C9701B
Tints of Ochre #C9701B
RGB
CMYK
RGB Variations
Color information
#C9701B (or 0xC9701B) is known color: Ochre. HEX triplet: C9, 70 and 1B. RGB value is (201,112,27). Sum of RGB (Red+Green+Blue) = 201+112+27=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9701B is #368FE4. Grayscale: #818181. Windows color (decimal): -3575781 or 1798345. OLE color: 1798345.
HSL color Cylindrical-coordinate representation of color #C9701B: hue angle of 29.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9701B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 27 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.21 |
| HSL | 29.31º | 0.76% | 0.45% | - |
| HSV(B) | 29.31º | 0.87% | 0.79% | - |
| XYZ | 30.08 | 24.08 | 4.1 | - |
| YUV | 128.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 27 | 0 | 0.44 | 0.87 | 0.21 | 29.31 | 0.76 | 0.45 |
| Hex | C9 | 70 | 1B | 0 | 2C | 57 | 15 | 1D | 4C | 2D |
| Octal | 311 | 160 | 33 | 0 | 54 | 127 | 25 | 35 | 114 | 55 |
| Binary | 11001001 | 1110000 | 11011 | 0 | 101100 | 1010111 | 10101 | 11101 | 1001100 | 101101 |
Color Harmonies of #C9701B
Complementary color
Monochromatic Colors of #C9701B
Black with #C9701B
Text Example
Text Example
White with #C9701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9701B; }
p { color: rgb(201,112,27); }
H1.HeaderClassName
{
color: #C9701B;
}
.AnyTagClassName
{
color: #C9701B;
}
</style>
background-color css
<style>
a { background-color: #C9701B; }
a { background-color: rgb(201,112,27); }
div.DivClassName
{
background-color: #C9701B;
}
.BgClassName
{
background-color: #C9701B;
}
</style>
border-color css
<style>
span { border-color: #C9701B; }
span { border-color: rgb(201,112,27); }
td.TdClassName
{
border-color: #C9701B;
}
.TagClassName
{
border-color: #C9701B;
}
</style>