Shades of Ochre #C98516
Tints of Ochre #C98516
RGB
CMYK
RGB Variations
Color information
#C98516 (or 0xC98516) is known color: Ochre. HEX triplet: C9, 85 and 16. RGB value is (201,133,22). Sum of RGB (Red+Green+Blue) = 201+133+22=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C98516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98516 is #367AE9. Grayscale: #8D8D8D. Windows color (decimal): -3570410 or 1476041. OLE color: 1476041.
HSL color Cylindrical-coordinate representation of color #C98516: hue angle of 37.21º 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 #C98516 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 22 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.21 |
| HSL | 37.21º | 0.8% | 0.44% | - |
| HSV(B) | 37.21º | 0.89% | 0.79% | - |
| XYZ | 32.62 | 29.25 | 4.69 | - |
| YUV | 140.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 22 | 0 | 0.34 | 0.89 | 0.21 | 37.21 | 0.8 | 0.44 |
| Hex | C9 | 85 | 16 | 0 | 22 | 59 | 15 | 25 | 50 | 2C |
| Octal | 311 | 205 | 26 | 0 | 42 | 131 | 25 | 45 | 120 | 54 |
| Binary | 11001001 | 10000101 | 10110 | 0 | 100010 | 1011001 | 10101 | 100101 | 1010000 | 101100 |
Color Harmonies of #C98516
Complementary color
Monochromatic Colors of #C98516
Black with #C98516
Text Example
Text Example
White with #C98516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98516; }
p { color: rgb(201,133,22); }
H1.HeaderClassName
{
color: #C98516;
}
.AnyTagClassName
{
color: #C98516;
}
</style>
background-color css
<style>
a { background-color: #C98516; }
a { background-color: rgb(201,133,22); }
div.DivClassName
{
background-color: #C98516;
}
.BgClassName
{
background-color: #C98516;
}
</style>
border-color css
<style>
span { border-color: #C98516; }
span { border-color: rgb(201,133,22); }
td.TdClassName
{
border-color: #C98516;
}
.TagClassName
{
border-color: #C98516;
}
</style>