Shades of Ochre #C98018
Tints of Ochre #C98018
RGB
CMYK
RGB Variations
Color information
#C98018 (or 0xC98018) is known color: Ochre. HEX triplet: C9, 80 and 18. RGB value is (201,128,24). Sum of RGB (Red+Green+Blue) = 201+128+24=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C98018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98018 is #367FE7. Grayscale: #8A8A8A. Windows color (decimal): -3571688 or 1605833. OLE color: 1605833.
HSL color Cylindrical-coordinate representation of color #C98018: hue angle of 35.25º 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 #C98018 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 24 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.21 |
| HSL | 35.25º | 0.79% | 0.44% | - |
| HSV(B) | 35.25º | 0.88% | 0.79% | - |
| XYZ | 31.97 | 27.92 | 4.57 | - |
| YUV | 137.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 24 | 0 | 0.36 | 0.88 | 0.21 | 35.25 | 0.79 | 0.44 |
| Hex | C9 | 80 | 18 | 0 | 24 | 58 | 15 | 23 | 4F | 2C |
| Octal | 311 | 200 | 30 | 0 | 44 | 130 | 25 | 43 | 117 | 54 |
| Binary | 11001001 | 10000000 | 11000 | 0 | 100100 | 1011000 | 10101 | 100011 | 1001111 | 101100 |
Color Harmonies of #C98018
Complementary color
Monochromatic Colors of #C98018
Black with #C98018
Text Example
Text Example
White with #C98018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98018; }
p { color: rgb(201,128,24); }
H1.HeaderClassName
{
color: #C98018;
}
.AnyTagClassName
{
color: #C98018;
}
</style>
background-color css
<style>
a { background-color: #C98018; }
a { background-color: rgb(201,128,24); }
div.DivClassName
{
background-color: #C98018;
}
.BgClassName
{
background-color: #C98018;
}
</style>
border-color css
<style>
span { border-color: #C98018; }
span { border-color: rgb(201,128,24); }
td.TdClassName
{
border-color: #C98018;
}
.TagClassName
{
border-color: #C98018;
}
</style>