Shades of Ochre #C8770F
Tints of Ochre #C8770F
RGB
CMYK
RGB Variations
Color information
#C8770F (or 0xC8770F) is known color: Ochre. HEX triplet: C8, 77 and 0F. RGB value is (200,119,15). Sum of RGB (Red+Green+Blue) = 200+119+15=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8770F is #3788F0. Grayscale: #838383. Windows color (decimal): -3639537 or 1013704. OLE color: 1013704.
HSL color Cylindrical-coordinate representation of color #C8770F: hue angle of 33.73º 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 #C8770F is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 15 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.22 |
| HSL | 33.73º | 0.86% | 0.42% | - |
| HSV(B) | 33.73º | 0.93% | 0.78% | - |
| XYZ | 30.5 | 25.51 | 3.77 | - |
| YUV | 131.36 | 62.34 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 15 | 0 | 0.40 | 0.92 | 0.22 | 33.73 | 0.86 | 0.42 |
| Hex | C8 | 77 | F | 0 | 28 | 5C | 16 | 22 | 56 | 2A |
| Octal | 310 | 167 | 17 | 0 | 50 | 134 | 26 | 42 | 126 | 52 |
| Binary | 11001000 | 1110111 | 1111 | 0 | 101000 | 1011100 | 10110 | 100010 | 1010110 | 101010 |
Color Harmonies of #C8770F
Complementary color
Monochromatic Colors of #C8770F
Black with #C8770F
Text Example
Text Example
White with #C8770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8770F; }
p { color: rgb(200,119,15); }
H1.HeaderClassName
{
color: #C8770F;
}
.AnyTagClassName
{
color: #C8770F;
}
</style>
background-color css
<style>
a { background-color: #C8770F; }
a { background-color: rgb(200,119,15); }
div.DivClassName
{
background-color: #C8770F;
}
.BgClassName
{
background-color: #C8770F;
}
</style>
border-color css
<style>
span { border-color: #C8770F; }
span { border-color: rgb(200,119,15); }
td.TdClassName
{
border-color: #C8770F;
}
.TagClassName
{
border-color: #C8770F;
}
</style>