Shades of Ochre #C9801E
Tints of Ochre #C9801E
RGB
CMYK
RGB Variations
Color information
#C9801E (or 0xC9801E) is known color: Ochre. HEX triplet: C9, 80 and 1E. RGB value is (201,128,30). Sum of RGB (Red+Green+Blue) = 201+128+30=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9801E is #367FE1. Grayscale: #8B8B8B. Windows color (decimal): -3571682 or 1999049. OLE color: 1999049.
HSL color Cylindrical-coordinate representation of color #C9801E: hue angle of 34.39º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9801E is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 30 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.21 |
| HSL | 34.39º | 0.74% | 0.45% | - |
| HSV(B) | 34.39º | 0.85% | 0.79% | - |
| XYZ | 32.04 | 27.95 | 4.93 | - |
| YUV | 138.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 30 | 0 | 0.36 | 0.85 | 0.21 | 34.39 | 0.74 | 0.45 |
| Hex | C9 | 80 | 1E | 0 | 24 | 55 | 15 | 22 | 4A | 2D |
| Octal | 311 | 200 | 36 | 0 | 44 | 125 | 25 | 42 | 112 | 55 |
| Binary | 11001001 | 10000000 | 11110 | 0 | 100100 | 1010101 | 10101 | 100010 | 1001010 | 101101 |
Color Harmonies of #C9801E
Complementary color
Monochromatic Colors of #C9801E
Black with #C9801E
Text Example
Text Example
White with #C9801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9801E; }
p { color: rgb(201,128,30); }
H1.HeaderClassName
{
color: #C9801E;
}
.AnyTagClassName
{
color: #C9801E;
}
</style>
background-color css
<style>
a { background-color: #C9801E; }
a { background-color: rgb(201,128,30); }
div.DivClassName
{
background-color: #C9801E;
}
.BgClassName
{
background-color: #C9801E;
}
</style>
border-color css
<style>
span { border-color: #C9801E; }
span { border-color: rgb(201,128,30); }
td.TdClassName
{
border-color: #C9801E;
}
.TagClassName
{
border-color: #C9801E;
}
</style>