Shades of Ochre #C9781A
Tints of Ochre #C9781A
RGB
CMYK
RGB Variations
Color information
#C9781A (or 0xC9781A) is known color: Ochre. HEX triplet: C9, 78 and 1A. RGB value is (201,120,26). Sum of RGB (Red+Green+Blue) = 201+120+26=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9781A is #3687E5. Grayscale: #858585. Windows color (decimal): -3573734 or 1734857. OLE color: 1734857.
HSL color Cylindrical-coordinate representation of color #C9781A: hue angle of 32.23º 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 #C9781A is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 26 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.21 |
| HSL | 32.23º | 0.77% | 0.45% | - |
| HSV(B) | 32.23º | 0.87% | 0.79% | - |
| XYZ | 30.99 | 25.93 | 4.35 | - |
| YUV | 133.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 26 | 0 | 0.40 | 0.87 | 0.21 | 32.23 | 0.77 | 0.45 |
| Hex | C9 | 78 | 1A | 0 | 28 | 57 | 15 | 20 | 4D | 2D |
| Octal | 311 | 170 | 32 | 0 | 50 | 127 | 25 | 40 | 115 | 55 |
| Binary | 11001001 | 1111000 | 11010 | 0 | 101000 | 1010111 | 10101 | 100000 | 1001101 | 101101 |
Color Harmonies of #C9781A
Complementary color
Monochromatic Colors of #C9781A
Black with #C9781A
Text Example
Text Example
White with #C9781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9781A; }
p { color: rgb(201,120,26); }
H1.HeaderClassName
{
color: #C9781A;
}
.AnyTagClassName
{
color: #C9781A;
}
</style>
background-color css
<style>
a { background-color: #C9781A; }
a { background-color: rgb(201,120,26); }
div.DivClassName
{
background-color: #C9781A;
}
.BgClassName
{
background-color: #C9781A;
}
</style>
border-color css
<style>
span { border-color: #C9781A; }
span { border-color: rgb(201,120,26); }
td.TdClassName
{
border-color: #C9781A;
}
.TagClassName
{
border-color: #C9781A;
}
</style>