Shades of Ochre #C98220
Tints of Ochre #C98220
RGB
CMYK
RGB Variations
Color information
#C98220 (or 0xC98220) is known color: Ochre. HEX triplet: C9, 82 and 20. RGB value is (201,130,32). Sum of RGB (Red+Green+Blue) = 201+130+32=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C98220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98220 is #367DDF. Grayscale: #8C8C8C. Windows color (decimal): -3571168 or 2130633. OLE color: 2130633.
HSL color Cylindrical-coordinate representation of color #C98220: hue angle of 34.79º 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 #C98220 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 32 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.21 |
| HSL | 34.79º | 0.73% | 0.46% | - |
| HSV(B) | 34.79º | 0.84% | 0.79% | - |
| XYZ | 32.33 | 28.49 | 5.16 | - |
| YUV | 140.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 32 | 0 | 0.35 | 0.84 | 0.21 | 34.79 | 0.73 | 0.46 |
| Hex | C9 | 82 | 20 | 0 | 23 | 54 | 15 | 23 | 49 | 2E |
| Octal | 311 | 202 | 40 | 0 | 43 | 124 | 25 | 43 | 111 | 56 |
| Binary | 11001001 | 10000010 | 100000 | 0 | 100011 | 1010100 | 10101 | 100011 | 1001001 | 101110 |
Color Harmonies of #C98220
Complementary color
Monochromatic Colors of #C98220
Black with #C98220
Text Example
Text Example
White with #C98220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98220; }
p { color: rgb(201,130,32); }
H1.HeaderClassName
{
color: #C98220;
}
.AnyTagClassName
{
color: #C98220;
}
</style>
background-color css
<style>
a { background-color: #C98220; }
a { background-color: rgb(201,130,32); }
div.DivClassName
{
background-color: #C98220;
}
.BgClassName
{
background-color: #C98220;
}
</style>
border-color css
<style>
span { border-color: #C98220; }
span { border-color: rgb(201,130,32); }
td.TdClassName
{
border-color: #C98220;
}
.TagClassName
{
border-color: #C98220;
}
</style>