Shades of Ochre #C8780E
Tints of Ochre #C8780E
RGB
CMYK
RGB Variations
Color information
#C8780E (or 0xC8780E) is known color: Ochre. HEX triplet: C8, 78 and 0E. RGB value is (200,120,14). Sum of RGB (Red+Green+Blue) = 200+120+14=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8780E is #3787F1. Grayscale: #848484. Windows color (decimal): -3639282 or 948424. OLE color: 948424.
HSL color Cylindrical-coordinate representation of color #C8780E: hue angle of 34.19º 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 #C8780E is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 14 | - |
| CMYK | 0 | 0.4 | 0.93 | 0.22 |
| HSL | 34.19º | 0.87% | 0.42% | - |
| HSV(B) | 34.19º | 0.93% | 0.78% | - |
| XYZ | 30.62 | 25.74 | 3.77 | - |
| YUV | 131.84 | 61.5 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 14 | 0 | 0.4 | 0.93 | 0.22 | 34.19 | 0.87 | 0.42 |
| Hex | C8 | 78 | E | 0 | 28 | 5D | 16 | 22 | 57 | 2A |
| Octal | 310 | 170 | 16 | 0 | 50 | 135 | 26 | 42 | 127 | 52 |
| Binary | 11001000 | 1111000 | 1110 | 0 | 101000 | 1011101 | 10110 | 100010 | 1010111 | 101010 |
Color Harmonies of #C8780E
Complementary color
Monochromatic Colors of #C8780E
Black with #C8780E
Text Example
Text Example
White with #C8780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8780E; }
p { color: rgb(200,120,14); }
H1.HeaderClassName
{
color: #C8780E;
}
.AnyTagClassName
{
color: #C8780E;
}
</style>
background-color css
<style>
a { background-color: #C8780E; }
a { background-color: rgb(200,120,14); }
div.DivClassName
{
background-color: #C8780E;
}
.BgClassName
{
background-color: #C8780E;
}
</style>
border-color css
<style>
span { border-color: #C8780E; }
span { border-color: rgb(200,120,14); }
td.TdClassName
{
border-color: #C8780E;
}
.TagClassName
{
border-color: #C8780E;
}
</style>