Shades of Ochre #C98120
Tints of Ochre #C98120
RGB
CMYK
RGB Variations
Color information
#C98120 (or 0xC98120) is known color: Ochre. HEX triplet: C9, 81 and 20. RGB value is (201,129,32). Sum of RGB (Red+Green+Blue) = 201+129+32=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C98120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98120 is #367EDF. Grayscale: #8B8B8B. Windows color (decimal): -3571424 or 2130377. OLE color: 2130377.
HSL color Cylindrical-coordinate representation of color #C98120: hue angle of 34.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C98120 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 32 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.21 |
| HSL | 34.44º | 0.73% | 0.46% | - |
| HSV(B) | 34.44º | 0.84% | 0.79% | - |
| XYZ | 32.2 | 28.22 | 5.12 | - |
| YUV | 139.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 32 | 0 | 0.36 | 0.84 | 0.21 | 34.44 | 0.73 | 0.46 |
| Hex | C9 | 81 | 20 | 0 | 24 | 54 | 15 | 22 | 49 | 2E |
| Octal | 311 | 201 | 40 | 0 | 44 | 124 | 25 | 42 | 111 | 56 |
| Binary | 11001001 | 10000001 | 100000 | 0 | 100100 | 1010100 | 10101 | 100010 | 1001001 | 101110 |
Color Harmonies of #C98120
Complementary color
Monochromatic Colors of #C98120
Black with #C98120
Text Example
Text Example
White with #C98120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98120; }
p { color: rgb(201,129,32); }
H1.HeaderClassName
{
color: #C98120;
}
.AnyTagClassName
{
color: #C98120;
}
</style>
background-color css
<style>
a { background-color: #C98120; }
a { background-color: rgb(201,129,32); }
div.DivClassName
{
background-color: #C98120;
}
.BgClassName
{
background-color: #C98120;
}
</style>
border-color css
<style>
span { border-color: #C98120; }
span { border-color: rgb(201,129,32); }
td.TdClassName
{
border-color: #C98120;
}
.TagClassName
{
border-color: #C98120;
}
</style>