Shades of Ochre #C9781F
Tints of Ochre #C9781F
RGB
CMYK
RGB Variations
Color information
#C9781F (or 0xC9781F) is known color: Ochre. HEX triplet: C9, 78 and 1F. RGB value is (201,120,31). Sum of RGB (Red+Green+Blue) = 201+120+31=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C9781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9781F is #3687E0. Grayscale: #868686. Windows color (decimal): -3573729 or 2062537. OLE color: 2062537.
HSL color Cylindrical-coordinate representation of color #C9781F: hue angle of 31.41º degrees, saturation: 0.73, 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 #C9781F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 31 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.21 |
| HSL | 31.41º | 0.73% | 0.45% | - |
| HSV(B) | 31.41º | 0.85% | 0.79% | - |
| XYZ | 31.05 | 25.95 | 4.67 | - |
| YUV | 134.07 | 69.84 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 31 | 0 | 0.40 | 0.85 | 0.21 | 31.41 | 0.73 | 0.45 |
| Hex | C9 | 78 | 1F | 0 | 28 | 55 | 15 | 1F | 49 | 2D |
| Octal | 311 | 170 | 37 | 0 | 50 | 125 | 25 | 37 | 111 | 55 |
| Binary | 11001001 | 1111000 | 11111 | 0 | 101000 | 1010101 | 10101 | 11111 | 1001001 | 101101 |
Color Harmonies of #C9781F
Complementary color
Monochromatic Colors of #C9781F
Black with #C9781F
Text Example
Text Example
White with #C9781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9781F; }
p { color: rgb(201,120,31); }
H1.HeaderClassName
{
color: #C9781F;
}
.AnyTagClassName
{
color: #C9781F;
}
</style>
background-color css
<style>
a { background-color: #C9781F; }
a { background-color: rgb(201,120,31); }
div.DivClassName
{
background-color: #C9781F;
}
.BgClassName
{
background-color: #C9781F;
}
</style>
border-color css
<style>
span { border-color: #C9781F; }
span { border-color: rgb(201,120,31); }
td.TdClassName
{
border-color: #C9781F;
}
.TagClassName
{
border-color: #C9781F;
}
</style>