Shades of Ochre #C98416
Tints of Ochre #C98416
RGB
CMYK
RGB Variations
Color information
#C98416 (or 0xC98416) is known color: Ochre. HEX triplet: C9, 84 and 16. RGB value is (201,132,22). Sum of RGB (Red+Green+Blue) = 201+132+22=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C98416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98416 is #367BE9. Grayscale: #8C8C8C. Windows color (decimal): -3570666 or 1475785. OLE color: 1475785.
HSL color Cylindrical-coordinate representation of color #C98416: hue angle of 36.87º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C98416 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 22 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.21 |
| HSL | 36.87º | 0.8% | 0.44% | - |
| HSV(B) | 36.87º | 0.89% | 0.79% | - |
| XYZ | 32.48 | 28.98 | 4.64 | - |
| YUV | 140.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 22 | 0 | 0.34 | 0.89 | 0.21 | 36.87 | 0.8 | 0.44 |
| Hex | C9 | 84 | 16 | 0 | 22 | 59 | 15 | 25 | 50 | 2C |
| Octal | 311 | 204 | 26 | 0 | 42 | 131 | 25 | 45 | 120 | 54 |
| Binary | 11001001 | 10000100 | 10110 | 0 | 100010 | 1011001 | 10101 | 100101 | 1010000 | 101100 |
Color Harmonies of #C98416
Complementary color
Monochromatic Colors of #C98416
Black with #C98416
Text Example
Text Example
White with #C98416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98416; }
p { color: rgb(201,132,22); }
H1.HeaderClassName
{
color: #C98416;
}
.AnyTagClassName
{
color: #C98416;
}
</style>
background-color css
<style>
a { background-color: #C98416; }
a { background-color: rgb(201,132,22); }
div.DivClassName
{
background-color: #C98416;
}
.BgClassName
{
background-color: #C98416;
}
</style>
border-color css
<style>
span { border-color: #C98416; }
span { border-color: rgb(201,132,22); }
td.TdClassName
{
border-color: #C98416;
}
.TagClassName
{
border-color: #C98416;
}
</style>