Shades of Ochre #C98118
Tints of Ochre #C98118
RGB
CMYK
RGB Variations
Color information
#C98118 (or 0xC98118) is known color: Ochre. HEX triplet: C9, 81 and 18. RGB value is (201,129,24). Sum of RGB (Red+Green+Blue) = 201+129+24=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C98118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98118 is #367EE7. Grayscale: #8B8B8B. Windows color (decimal): -3571432 or 1606089. OLE color: 1606089.
HSL color Cylindrical-coordinate representation of color #C98118: hue angle of 35.59º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C98118 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 24 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.21 |
| HSL | 35.59º | 0.79% | 0.44% | - |
| HSV(B) | 35.59º | 0.88% | 0.79% | - |
| XYZ | 32.1 | 28.18 | 4.61 | - |
| YUV | 138.56 | 63.35 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 24 | 0 | 0.36 | 0.88 | 0.21 | 35.59 | 0.79 | 0.44 |
| Hex | C9 | 81 | 18 | 0 | 24 | 58 | 15 | 24 | 4F | 2C |
| Octal | 311 | 201 | 30 | 0 | 44 | 130 | 25 | 44 | 117 | 54 |
| Binary | 11001001 | 10000001 | 11000 | 0 | 100100 | 1011000 | 10101 | 100100 | 1001111 | 101100 |
Color Harmonies of #C98118
Complementary color
Monochromatic Colors of #C98118
Black with #C98118
Text Example
Text Example
White with #C98118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98118; }
p { color: rgb(201,129,24); }
H1.HeaderClassName
{
color: #C98118;
}
.AnyTagClassName
{
color: #C98118;
}
</style>
background-color css
<style>
a { background-color: #C98118; }
a { background-color: rgb(201,129,24); }
div.DivClassName
{
background-color: #C98118;
}
.BgClassName
{
background-color: #C98118;
}
</style>
border-color css
<style>
span { border-color: #C98118; }
span { border-color: rgb(201,129,24); }
td.TdClassName
{
border-color: #C98118;
}
.TagClassName
{
border-color: #C98118;
}
</style>