Shades of Ochre #C98417
Tints of Ochre #C98417
RGB
CMYK
RGB Variations
Color information
#C98417 (or 0xC98417) is known color: Ochre. HEX triplet: C9, 84 and 17. RGB value is (201,132,23). Sum of RGB (Red+Green+Blue) = 201+132+23=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C98417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98417 is #367BE8. Grayscale: #8C8C8C. Windows color (decimal): -3570665 or 1541321. OLE color: 1541321.
HSL color Cylindrical-coordinate representation of color #C98417: hue angle of 36.74º degrees, saturation: 0.79, 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 #C98417 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 23 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.21 |
| HSL | 36.74º | 0.79% | 0.44% | - |
| HSV(B) | 36.74º | 0.89% | 0.79% | - |
| XYZ | 32.49 | 28.98 | 4.69 | - |
| YUV | 140.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 23 | 0 | 0.34 | 0.89 | 0.21 | 36.74 | 0.79 | 0.44 |
| Hex | C9 | 84 | 17 | 0 | 22 | 59 | 15 | 25 | 4F | 2C |
| Octal | 311 | 204 | 27 | 0 | 42 | 131 | 25 | 45 | 117 | 54 |
| Binary | 11001001 | 10000100 | 10111 | 0 | 100010 | 1011001 | 10101 | 100101 | 1001111 | 101100 |
Color Harmonies of #C98417
Complementary color
Monochromatic Colors of #C98417
Black with #C98417
Text Example
Text Example
White with #C98417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98417; }
p { color: rgb(201,132,23); }
H1.HeaderClassName
{
color: #C98417;
}
.AnyTagClassName
{
color: #C98417;
}
</style>
background-color css
<style>
a { background-color: #C98417; }
a { background-color: rgb(201,132,23); }
div.DivClassName
{
background-color: #C98417;
}
.BgClassName
{
background-color: #C98417;
}
</style>
border-color css
<style>
span { border-color: #C98417; }
span { border-color: rgb(201,132,23); }
td.TdClassName
{
border-color: #C98417;
}
.TagClassName
{
border-color: #C98417;
}
</style>