Shades of Ochre #C98215
Tints of Ochre #C98215
RGB
CMYK
RGB Variations
Color information
#C98215 (or 0xC98215) is known color: Ochre. HEX triplet: C9, 82 and 15. RGB value is (201,130,21). Sum of RGB (Red+Green+Blue) = 201+130+21=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C98215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98215 is #367DEA. Grayscale: #8B8B8B. Windows color (decimal): -3571179 or 1409737. OLE color: 1409737.
HSL color Cylindrical-coordinate representation of color #C98215: hue angle of 36.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C98215 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 21 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.21 |
| HSL | 36.33º | 0.81% | 0.44% | - |
| HSV(B) | 36.33º | 0.9% | 0.79% | - |
| XYZ | 32.21 | 28.44 | 4.5 | - |
| YUV | 138.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 21 | 0 | 0.35 | 0.90 | 0.21 | 36.33 | 0.81 | 0.44 |
| Hex | C9 | 82 | 15 | 0 | 23 | 5A | 15 | 24 | 51 | 2C |
| Octal | 311 | 202 | 25 | 0 | 43 | 132 | 25 | 44 | 121 | 54 |
| Binary | 11001001 | 10000010 | 10101 | 0 | 100011 | 1011010 | 10101 | 100100 | 1010001 | 101100 |
Color Harmonies of #C98215
Complementary color
Monochromatic Colors of #C98215
Black with #C98215
Text Example
Text Example
White with #C98215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98215; }
p { color: rgb(201,130,21); }
H1.HeaderClassName
{
color: #C98215;
}
.AnyTagClassName
{
color: #C98215;
}
</style>
background-color css
<style>
a { background-color: #C98215; }
a { background-color: rgb(201,130,21); }
div.DivClassName
{
background-color: #C98215;
}
.BgClassName
{
background-color: #C98215;
}
</style>
border-color css
<style>
span { border-color: #C98215; }
span { border-color: rgb(201,130,21); }
td.TdClassName
{
border-color: #C98215;
}
.TagClassName
{
border-color: #C98215;
}
</style>