Shades of Ochre #C9721A
Tints of Ochre #C9721A
RGB
CMYK
RGB Variations
Color information
#C9721A (or 0xC9721A) is known color: Ochre. HEX triplet: C9, 72 and 1A. RGB value is (201,114,26). Sum of RGB (Red+Green+Blue) = 201+114+26=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9721A is #368DE5. Grayscale: #828282. Windows color (decimal): -3575270 or 1733321. OLE color: 1733321.
HSL color Cylindrical-coordinate representation of color #C9721A: hue angle of 30.17º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9721A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.21 |
| HSL | 30.17º | 0.77% | 0.45% | - |
| HSV(B) | 30.17º | 0.87% | 0.79% | - |
| XYZ | 30.29 | 24.53 | 4.11 | - |
| YUV | 129.98 | 69.32 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 26 | 0 | 0.43 | 0.87 | 0.21 | 30.17 | 0.77 | 0.45 |
| Hex | C9 | 72 | 1A | 0 | 2B | 57 | 15 | 1E | 4D | 2D |
| Octal | 311 | 162 | 32 | 0 | 53 | 127 | 25 | 36 | 115 | 55 |
| Binary | 11001001 | 1110010 | 11010 | 0 | 101011 | 1010111 | 10101 | 11110 | 1001101 | 101101 |
Color Harmonies of #C9721A
Complementary color
Monochromatic Colors of #C9721A
Black with #C9721A
Text Example
Text Example
White with #C9721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9721A; }
p { color: rgb(201,114,26); }
H1.HeaderClassName
{
color: #C9721A;
}
.AnyTagClassName
{
color: #C9721A;
}
</style>
background-color css
<style>
a { background-color: #C9721A; }
a { background-color: rgb(201,114,26); }
div.DivClassName
{
background-color: #C9721A;
}
.BgClassName
{
background-color: #C9721A;
}
</style>
border-color css
<style>
span { border-color: #C9721A; }
span { border-color: rgb(201,114,26); }
td.TdClassName
{
border-color: #C9721A;
}
.TagClassName
{
border-color: #C9721A;
}
</style>