Shades of Ochre #C98114
Tints of Ochre #C98114
RGB
CMYK
RGB Variations
Color information
#C98114 (or 0xC98114) is known color: Ochre. HEX triplet: C9, 81 and 14. RGB value is (201,129,20). Sum of RGB (Red+Green+Blue) = 201+129+20=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C98114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98114 is #367EEB. Grayscale: #8A8A8A. Windows color (decimal): -3571436 or 1343945. OLE color: 1343945.
HSL color Cylindrical-coordinate representation of color #C98114: hue angle of 36.13º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C98114 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 20 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.21 |
| HSL | 36.13º | 0.82% | 0.43% | - |
| HSV(B) | 36.13º | 0.9% | 0.79% | - |
| XYZ | 32.06 | 28.17 | 4.41 | - |
| YUV | 138.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 20 | 0 | 0.36 | 0.90 | 0.21 | 36.13 | 0.82 | 0.43 |
| Hex | C9 | 81 | 14 | 0 | 24 | 5A | 15 | 24 | 52 | 2B |
| Octal | 311 | 201 | 24 | 0 | 44 | 132 | 25 | 44 | 122 | 53 |
| Binary | 11001001 | 10000001 | 10100 | 0 | 100100 | 1011010 | 10101 | 100100 | 1010010 | 101011 |
Color Harmonies of #C98114
Complementary color
Monochromatic Colors of #C98114
Black with #C98114
Text Example
Text Example
White with #C98114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98114; }
p { color: rgb(201,129,20); }
H1.HeaderClassName
{
color: #C98114;
}
.AnyTagClassName
{
color: #C98114;
}
</style>
background-color css
<style>
a { background-color: #C98114; }
a { background-color: rgb(201,129,20); }
div.DivClassName
{
background-color: #C98114;
}
.BgClassName
{
background-color: #C98114;
}
</style>
border-color css
<style>
span { border-color: #C98114; }
span { border-color: rgb(201,129,20); }
td.TdClassName
{
border-color: #C98114;
}
.TagClassName
{
border-color: #C98114;
}
</style>