Shades of Ochre #C98418
Tints of Ochre #C98418
RGB
CMYK
RGB Variations
Color information
#C98418 (or 0xC98418) is known color: Ochre. HEX triplet: C9, 84 and 18. RGB value is (201,132,24). Sum of RGB (Red+Green+Blue) = 201+132+24=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C98418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98418 is #367BE7. Grayscale: #8C8C8C. Windows color (decimal): -3570664 or 1606857. OLE color: 1606857.
HSL color Cylindrical-coordinate representation of color #C98418: hue angle of 36.61º 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 #C98418 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 24 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.21 |
| HSL | 36.61º | 0.79% | 0.44% | - |
| HSV(B) | 36.61º | 0.88% | 0.79% | - |
| XYZ | 32.5 | 28.99 | 4.75 | - |
| YUV | 140.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 24 | 0 | 0.34 | 0.88 | 0.21 | 36.61 | 0.79 | 0.44 |
| Hex | C9 | 84 | 18 | 0 | 22 | 58 | 15 | 25 | 4F | 2C |
| Octal | 311 | 204 | 30 | 0 | 42 | 130 | 25 | 45 | 117 | 54 |
| Binary | 11001001 | 10000100 | 11000 | 0 | 100010 | 1011000 | 10101 | 100101 | 1001111 | 101100 |
Color Harmonies of #C98418
Complementary color
Monochromatic Colors of #C98418
Black with #C98418
Text Example
Text Example
White with #C98418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98418; }
p { color: rgb(201,132,24); }
H1.HeaderClassName
{
color: #C98418;
}
.AnyTagClassName
{
color: #C98418;
}
</style>
background-color css
<style>
a { background-color: #C98418; }
a { background-color: rgb(201,132,24); }
div.DivClassName
{
background-color: #C98418;
}
.BgClassName
{
background-color: #C98418;
}
</style>
border-color css
<style>
span { border-color: #C98418; }
span { border-color: rgb(201,132,24); }
td.TdClassName
{
border-color: #C98418;
}
.TagClassName
{
border-color: #C98418;
}
</style>