Shades of Ochre #C8770E
Tints of Ochre #C8770E
RGB
CMYK
RGB Variations
Color information
#C8770E (or 0xC8770E) is known color: Ochre. HEX triplet: C8, 77 and 0E. RGB value is (200,119,14). Sum of RGB (Red+Green+Blue) = 200+119+14=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8770E is #3788F1. Grayscale: #838383. Windows color (decimal): -3639538 or 948168. OLE color: 948168.
HSL color Cylindrical-coordinate representation of color #C8770E: hue angle of 33.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8770E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 14 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.22 |
| HSL | 33.87º | 0.87% | 0.42% | - |
| HSV(B) | 33.87º | 0.93% | 0.78% | - |
| XYZ | 30.5 | 25.5 | 3.73 | - |
| YUV | 131.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 14 | 0 | 0.40 | 0.93 | 0.22 | 33.87 | 0.87 | 0.42 |
| Hex | C8 | 77 | E | 0 | 28 | 5D | 16 | 22 | 57 | 2A |
| Octal | 310 | 167 | 16 | 0 | 50 | 135 | 26 | 42 | 127 | 52 |
| Binary | 11001000 | 1110111 | 1110 | 0 | 101000 | 1011101 | 10110 | 100010 | 1010111 | 101010 |
Color Harmonies of #C8770E
Complementary color
Monochromatic Colors of #C8770E
Black with #C8770E
Text Example
Text Example
White with #C8770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8770E; }
p { color: rgb(200,119,14); }
H1.HeaderClassName
{
color: #C8770E;
}
.AnyTagClassName
{
color: #C8770E;
}
</style>
background-color css
<style>
a { background-color: #C8770E; }
a { background-color: rgb(200,119,14); }
div.DivClassName
{
background-color: #C8770E;
}
.BgClassName
{
background-color: #C8770E;
}
</style>
border-color css
<style>
span { border-color: #C8770E; }
span { border-color: rgb(200,119,14); }
td.TdClassName
{
border-color: #C8770E;
}
.TagClassName
{
border-color: #C8770E;
}
</style>