Shades of Ochre #C9722C
Tints of Ochre #C9722C
RGB
CMYK
RGB Variations
Color information
#C9722C (or 0xC9722C) is known color: Ochre. HEX triplet: C9, 72 and 2C. RGB value is (201,114,44). Sum of RGB (Red+Green+Blue) = 201+114+44=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9722C is #368DD3. Grayscale: #848484. Windows color (decimal): -3575252 or 2912969. OLE color: 2912969.
HSL color Cylindrical-coordinate representation of color #C9722C: hue angle of 26.75º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9722C is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 44 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.21 |
| HSL | 26.75º | 0.64% | 0.48% | - |
| HSV(B) | 26.75º | 0.78% | 0.79% | - |
| XYZ | 30.56 | 24.63 | 5.53 | - |
| YUV | 132.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 44 | 0 | 0.43 | 0.78 | 0.21 | 26.75 | 0.64 | 0.48 |
| Hex | C9 | 72 | 2C | 0 | 2B | 4E | 15 | 1B | 40 | 30 |
| Octal | 311 | 162 | 54 | 0 | 53 | 116 | 25 | 33 | 100 | 60 |
| Binary | 11001001 | 1110010 | 101100 | 0 | 101011 | 1001110 | 10101 | 11011 | 1000000 | 110000 |
Color Harmonies of #C9722C
Complementary color
Monochromatic Colors of #C9722C
Black with #C9722C
Text Example
Text Example
White with #C9722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9722C; }
p { color: rgb(201,114,44); }
H1.HeaderClassName
{
color: #C9722C;
}
.AnyTagClassName
{
color: #C9722C;
}
</style>
background-color css
<style>
a { background-color: #C9722C; }
a { background-color: rgb(201,114,44); }
div.DivClassName
{
background-color: #C9722C;
}
.BgClassName
{
background-color: #C9722C;
}
</style>
border-color css
<style>
span { border-color: #C9722C; }
span { border-color: rgb(201,114,44); }
td.TdClassName
{
border-color: #C9722C;
}
.TagClassName
{
border-color: #C9722C;
}
</style>