Shades of Ochre #C8780F
Tints of Ochre #C8780F
RGB
CMYK
RGB Variations
Color information
#C8780F (or 0xC8780F) is known color: Ochre. HEX triplet: C8, 78 and 0F. RGB value is (200,120,15). Sum of RGB (Red+Green+Blue) = 200+120+15=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8780F is #3787F0. Grayscale: #848484. Windows color (decimal): -3639281 or 1013960. OLE color: 1013960.
HSL color Cylindrical-coordinate representation of color #C8780F: hue angle of 34.05º degrees, saturation: 0.86, 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 #C8780F is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 15 | - |
| CMYK | 0 | 0.4 | 0.92 | 0.22 |
| HSL | 34.05º | 0.86% | 0.42% | - |
| HSV(B) | 34.05º | 0.93% | 0.78% | - |
| XYZ | 30.62 | 25.75 | 3.81 | - |
| YUV | 131.95 | 62 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 15 | 0 | 0.4 | 0.92 | 0.22 | 34.05 | 0.86 | 0.42 |
| Hex | C8 | 78 | F | 0 | 28 | 5C | 16 | 22 | 56 | 2A |
| Octal | 310 | 170 | 17 | 0 | 50 | 134 | 26 | 42 | 126 | 52 |
| Binary | 11001000 | 1111000 | 1111 | 0 | 101000 | 1011100 | 10110 | 100010 | 1010110 | 101010 |
Color Harmonies of #C8780F
Complementary color
Monochromatic Colors of #C8780F
Black with #C8780F
Text Example
Text Example
White with #C8780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8780F; }
p { color: rgb(200,120,15); }
H1.HeaderClassName
{
color: #C8780F;
}
.AnyTagClassName
{
color: #C8780F;
}
</style>
background-color css
<style>
a { background-color: #C8780F; }
a { background-color: rgb(200,120,15); }
div.DivClassName
{
background-color: #C8780F;
}
.BgClassName
{
background-color: #C8780F;
}
</style>
border-color css
<style>
span { border-color: #C8780F; }
span { border-color: rgb(200,120,15); }
td.TdClassName
{
border-color: #C8780F;
}
.TagClassName
{
border-color: #C8780F;
}
</style>