Shades of Ochre #C9740A
Tints of Ochre #C9740A
RGB
CMYK
RGB Variations
Color information
#C9740A (or 0xC9740A) is known color: Ochre. HEX triplet: C9, 74 and 0A. RGB value is (201,116,10). Sum of RGB (Red+Green+Blue) = 201+116+10=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9740A is #368BF5. Grayscale: #818181. Windows color (decimal): -3574774 or 685257. OLE color: 685257.
HSL color Cylindrical-coordinate representation of color #C9740A: hue angle of 33.3º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9740A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.21 |
| HSL | 33.3º | 0.91% | 0.41% | - |
| HSV(B) | 33.3º | 0.95% | 0.79% | - |
| XYZ | 30.39 | 24.93 | 3.5 | - |
| YUV | 129.33 | 60.66 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 10 | 0 | 0.42 | 0.95 | 0.21 | 33.3 | 0.91 | 0.41 |
| Hex | C9 | 74 | A | 0 | 2A | 5F | 15 | 21 | 5B | 29 |
| Octal | 311 | 164 | 12 | 0 | 52 | 137 | 25 | 41 | 133 | 51 |
| Binary | 11001001 | 1110100 | 1010 | 0 | 101010 | 1011111 | 10101 | 100001 | 1011011 | 101001 |
Color Harmonies of #C9740A
Complementary color
Monochromatic Colors of #C9740A
Black with #C9740A
Text Example
Text Example
White with #C9740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9740A; }
p { color: rgb(201,116,10); }
H1.HeaderClassName
{
color: #C9740A;
}
.AnyTagClassName
{
color: #C9740A;
}
</style>
background-color css
<style>
a { background-color: #C9740A; }
a { background-color: rgb(201,116,10); }
div.DivClassName
{
background-color: #C9740A;
}
.BgClassName
{
background-color: #C9740A;
}
</style>
border-color css
<style>
span { border-color: #C9740A; }
span { border-color: rgb(201,116,10); }
td.TdClassName
{
border-color: #C9740A;
}
.TagClassName
{
border-color: #C9740A;
}
</style>