Shades of Ochre #C9781B
Tints of Ochre #C9781B
RGB
CMYK
RGB Variations
Color information
#C9781B (or 0xC9781B) is known color: Ochre. HEX triplet: C9, 78 and 1B. RGB value is (201,120,27). Sum of RGB (Red+Green+Blue) = 201+120+27=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9781B is #3687E4. Grayscale: #868686. Windows color (decimal): -3573733 or 1800393. OLE color: 1800393.
HSL color Cylindrical-coordinate representation of color #C9781B: hue angle of 32.07º degrees, saturation: 0.76, 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 #C9781B is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 27 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.21 |
| HSL | 32.07º | 0.76% | 0.45% | - |
| HSV(B) | 32.07º | 0.87% | 0.79% | - |
| XYZ | 31 | 25.93 | 4.41 | - |
| YUV | 133.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 27 | 0 | 0.40 | 0.87 | 0.21 | 32.07 | 0.76 | 0.45 |
| Hex | C9 | 78 | 1B | 0 | 28 | 57 | 15 | 20 | 4C | 2D |
| Octal | 311 | 170 | 33 | 0 | 50 | 127 | 25 | 40 | 114 | 55 |
| Binary | 11001001 | 1111000 | 11011 | 0 | 101000 | 1010111 | 10101 | 100000 | 1001100 | 101101 |
Color Harmonies of #C9781B
Complementary color
Monochromatic Colors of #C9781B
Black with #C9781B
Text Example
Text Example
White with #C9781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9781B; }
p { color: rgb(201,120,27); }
H1.HeaderClassName
{
color: #C9781B;
}
.AnyTagClassName
{
color: #C9781B;
}
</style>
background-color css
<style>
a { background-color: #C9781B; }
a { background-color: rgb(201,120,27); }
div.DivClassName
{
background-color: #C9781B;
}
.BgClassName
{
background-color: #C9781B;
}
</style>
border-color css
<style>
span { border-color: #C9781B; }
span { border-color: rgb(201,120,27); }
td.TdClassName
{
border-color: #C9781B;
}
.TagClassName
{
border-color: #C9781B;
}
</style>