Shades of Ochre #C98518
Tints of Ochre #C98518
RGB
CMYK
RGB Variations
Color information
#C98518 (or 0xC98518) is known color: Ochre. HEX triplet: C9, 85 and 18. RGB value is (201,133,24). Sum of RGB (Red+Green+Blue) = 201+133+24=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C98518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98518 is #367AE7. Grayscale: #8D8D8D. Windows color (decimal): -3570408 or 1607113. OLE color: 1607113.
HSL color Cylindrical-coordinate representation of color #C98518: hue angle of 36.95º 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 #C98518 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 24 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.21 |
| HSL | 36.95º | 0.79% | 0.44% | - |
| HSV(B) | 36.95º | 0.88% | 0.79% | - |
| XYZ | 32.64 | 29.26 | 4.79 | - |
| YUV | 140.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 24 | 0 | 0.34 | 0.88 | 0.21 | 36.95 | 0.79 | 0.44 |
| Hex | C9 | 85 | 18 | 0 | 22 | 58 | 15 | 25 | 4F | 2C |
| Octal | 311 | 205 | 30 | 0 | 42 | 130 | 25 | 45 | 117 | 54 |
| Binary | 11001001 | 10000101 | 11000 | 0 | 100010 | 1011000 | 10101 | 100101 | 1001111 | 101100 |
Color Harmonies of #C98518
Complementary color
Monochromatic Colors of #C98518
Black with #C98518
Text Example
Text Example
White with #C98518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98518; }
p { color: rgb(201,133,24); }
H1.HeaderClassName
{
color: #C98518;
}
.AnyTagClassName
{
color: #C98518;
}
</style>
background-color css
<style>
a { background-color: #C98518; }
a { background-color: rgb(201,133,24); }
div.DivClassName
{
background-color: #C98518;
}
.BgClassName
{
background-color: #C98518;
}
</style>
border-color css
<style>
span { border-color: #C98518; }
span { border-color: rgb(201,133,24); }
td.TdClassName
{
border-color: #C98518;
}
.TagClassName
{
border-color: #C98518;
}
</style>