Shades of Ochre #C9760C
Tints of Ochre #C9760C
RGB
CMYK
RGB Variations
Color information
#C9760C (or 0xC9760C) is known color: Ochre. HEX triplet: C9, 76 and 0C. RGB value is (201,118,12). Sum of RGB (Red+Green+Blue) = 201+118+12=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9760C is #3689F3. Grayscale: #838383. Windows color (decimal): -3574260 or 816841. OLE color: 816841.
HSL color Cylindrical-coordinate representation of color #C9760C: hue angle of 33.65º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9760C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.21 |
| HSL | 33.65º | 0.89% | 0.42% | - |
| HSV(B) | 33.65º | 0.94% | 0.79% | - |
| XYZ | 30.63 | 25.4 | 3.64 | - |
| YUV | 130.73 | 61 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 12 | 0 | 0.41 | 0.94 | 0.21 | 33.65 | 0.89 | 0.42 |
| Hex | C9 | 76 | C | 0 | 29 | 5E | 15 | 22 | 59 | 2A |
| Octal | 311 | 166 | 14 | 0 | 51 | 136 | 25 | 42 | 131 | 52 |
| Binary | 11001001 | 1110110 | 1100 | 0 | 101001 | 1011110 | 10101 | 100010 | 1011001 | 101010 |
Color Harmonies of #C9760C
Complementary color
Monochromatic Colors of #C9760C
Black with #C9760C
Text Example
Text Example
White with #C9760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9760C; }
p { color: rgb(201,118,12); }
H1.HeaderClassName
{
color: #C9760C;
}
.AnyTagClassName
{
color: #C9760C;
}
</style>
background-color css
<style>
a { background-color: #C9760C; }
a { background-color: rgb(201,118,12); }
div.DivClassName
{
background-color: #C9760C;
}
.BgClassName
{
background-color: #C9760C;
}
</style>
border-color css
<style>
span { border-color: #C9760C; }
span { border-color: rgb(201,118,12); }
td.TdClassName
{
border-color: #C9760C;
}
.TagClassName
{
border-color: #C9760C;
}
</style>