Shades of Ochre #C9770F
Tints of Ochre #C9770F
RGB
CMYK
RGB Variations
Color information
#C9770F (or 0xC9770F) is known color: Ochre. HEX triplet: C9, 77 and 0F. RGB value is (201,119,15). Sum of RGB (Red+Green+Blue) = 201+119+15=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9770F is #3688F0. Grayscale: #848484. Windows color (decimal): -3574001 or 1013705. OLE color: 1013705.
HSL color Cylindrical-coordinate representation of color #C9770F: hue angle of 33.55º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9770F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 15 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.21 |
| HSL | 33.55º | 0.86% | 0.42% | - |
| HSV(B) | 33.55º | 0.93% | 0.79% | - |
| XYZ | 30.77 | 25.65 | 3.78 | - |
| YUV | 131.66 | 62.17 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 15 | 0 | 0.41 | 0.93 | 0.21 | 33.55 | 0.86 | 0.42 |
| Hex | C9 | 77 | F | 0 | 29 | 5D | 15 | 22 | 56 | 2A |
| Octal | 311 | 167 | 17 | 0 | 51 | 135 | 25 | 42 | 126 | 52 |
| Binary | 11001001 | 1110111 | 1111 | 0 | 101001 | 1011101 | 10101 | 100010 | 1010110 | 101010 |
Color Harmonies of #C9770F
Complementary color
Monochromatic Colors of #C9770F
Black with #C9770F
Text Example
Text Example
White with #C9770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9770F; }
p { color: rgb(201,119,15); }
H1.HeaderClassName
{
color: #C9770F;
}
.AnyTagClassName
{
color: #C9770F;
}
</style>
background-color css
<style>
a { background-color: #C9770F; }
a { background-color: rgb(201,119,15); }
div.DivClassName
{
background-color: #C9770F;
}
.BgClassName
{
background-color: #C9770F;
}
</style>
border-color css
<style>
span { border-color: #C9770F; }
span { border-color: rgb(201,119,15); }
td.TdClassName
{
border-color: #C9770F;
}
.TagClassName
{
border-color: #C9770F;
}
</style>