Shades of Ochre #C98122
Tints of Ochre #C98122
RGB
CMYK
RGB Variations
Color information
#C98122 (or 0xC98122) is known color: Ochre. HEX triplet: C9, 81 and 22. RGB value is (201,129,34). Sum of RGB (Red+Green+Blue) = 201+129+34=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C98122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98122 is #367EDD. Grayscale: #8C8C8C. Windows color (decimal): -3571422 or 2261449. OLE color: 2261449.
HSL color Cylindrical-coordinate representation of color #C98122: hue angle of 34.13º 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 #C98122 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 34 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.21 |
| HSL | 34.13º | 0.71% | 0.46% | - |
| HSV(B) | 34.13º | 0.83% | 0.79% | - |
| XYZ | 32.23 | 28.23 | 5.26 | - |
| YUV | 139.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 34 | 0 | 0.36 | 0.83 | 0.21 | 34.13 | 0.71 | 0.46 |
| Hex | C9 | 81 | 22 | 0 | 24 | 53 | 15 | 22 | 47 | 2E |
| Octal | 311 | 201 | 42 | 0 | 44 | 123 | 25 | 42 | 107 | 56 |
| Binary | 11001001 | 10000001 | 100010 | 0 | 100100 | 1010011 | 10101 | 100010 | 1000111 | 101110 |
Color Harmonies of #C98122
Complementary color
Monochromatic Colors of #C98122
Black with #C98122
Text Example
Text Example
White with #C98122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98122; }
p { color: rgb(201,129,34); }
H1.HeaderClassName
{
color: #C98122;
}
.AnyTagClassName
{
color: #C98122;
}
</style>
background-color css
<style>
a { background-color: #C98122; }
a { background-color: rgb(201,129,34); }
div.DivClassName
{
background-color: #C98122;
}
.BgClassName
{
background-color: #C98122;
}
</style>
border-color css
<style>
span { border-color: #C98122; }
span { border-color: rgb(201,129,34); }
td.TdClassName
{
border-color: #C98122;
}
.TagClassName
{
border-color: #C98122;
}
</style>