Shades of Ochre #C98221
Tints of Ochre #C98221
RGB
CMYK
RGB Variations
Color information
#C98221 (or 0xC98221) is known color: Ochre. HEX triplet: C9, 82 and 21. RGB value is (201,130,33). Sum of RGB (Red+Green+Blue) = 201+130+33=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C98221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98221 is #367DDE. Grayscale: #8C8C8C. Windows color (decimal): -3571167 or 2196169. OLE color: 2196169.
HSL color Cylindrical-coordinate representation of color #C98221: hue angle of 34.64º degrees, saturation: 0.72, 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 #C98221 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 33 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.21 |
| HSL | 34.64º | 0.72% | 0.46% | - |
| HSV(B) | 34.64º | 0.84% | 0.79% | - |
| XYZ | 32.34 | 28.49 | 5.23 | - |
| YUV | 140.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 33 | 0 | 0.35 | 0.84 | 0.21 | 34.64 | 0.72 | 0.46 |
| Hex | C9 | 82 | 21 | 0 | 23 | 54 | 15 | 23 | 48 | 2E |
| Octal | 311 | 202 | 41 | 0 | 43 | 124 | 25 | 43 | 110 | 56 |
| Binary | 11001001 | 10000010 | 100001 | 0 | 100011 | 1010100 | 10101 | 100011 | 1001000 | 101110 |
Color Harmonies of #C98221
Complementary color
Monochromatic Colors of #C98221
Black with #C98221
Text Example
Text Example
White with #C98221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98221; }
p { color: rgb(201,130,33); }
H1.HeaderClassName
{
color: #C98221;
}
.AnyTagClassName
{
color: #C98221;
}
</style>
background-color css
<style>
a { background-color: #C98221; }
a { background-color: rgb(201,130,33); }
div.DivClassName
{
background-color: #C98221;
}
.BgClassName
{
background-color: #C98221;
}
</style>
border-color css
<style>
span { border-color: #C98221; }
span { border-color: rgb(201,130,33); }
td.TdClassName
{
border-color: #C98221;
}
.TagClassName
{
border-color: #C98221;
}
</style>