Shades of Ochre #C97022
Tints of Ochre #C97022
RGB
CMYK
RGB Variations
Color information
#C97022 (or 0xC97022) is known color: Ochre. HEX triplet: C9, 70 and 22. RGB value is (201,112,34). Sum of RGB (Red+Green+Blue) = 201+112+34=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C97022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97022 is #368FDD. Grayscale: #828282. Windows color (decimal): -3575774 or 2257097. OLE color: 2257097.
HSL color Cylindrical-coordinate representation of color #C97022: hue angle of 28.02º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C97022 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 34 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.21 |
| HSL | 28.02º | 0.71% | 0.46% | - |
| HSV(B) | 28.02º | 0.83% | 0.79% | - |
| XYZ | 30.17 | 24.12 | 4.58 | - |
| YUV | 129.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 34 | 0 | 0.44 | 0.83 | 0.21 | 28.02 | 0.71 | 0.46 |
| Hex | C9 | 70 | 22 | 0 | 2C | 53 | 15 | 1C | 47 | 2E |
| Octal | 311 | 160 | 42 | 0 | 54 | 123 | 25 | 34 | 107 | 56 |
| Binary | 11001001 | 1110000 | 100010 | 0 | 101100 | 1010011 | 10101 | 11100 | 1000111 | 101110 |
Color Harmonies of #C97022
Complementary color
Monochromatic Colors of #C97022
Black with #C97022
Text Example
Text Example
White with #C97022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97022; }
p { color: rgb(201,112,34); }
H1.HeaderClassName
{
color: #C97022;
}
.AnyTagClassName
{
color: #C97022;
}
</style>
background-color css
<style>
a { background-color: #C97022; }
a { background-color: rgb(201,112,34); }
div.DivClassName
{
background-color: #C97022;
}
.BgClassName
{
background-color: #C97022;
}
</style>
border-color css
<style>
span { border-color: #C97022; }
span { border-color: rgb(201,112,34); }
td.TdClassName
{
border-color: #C97022;
}
.TagClassName
{
border-color: #C97022;
}
</style>