Shades of Ochre #C8701D
Tints of Ochre #C8701D
RGB
CMYK
RGB Variations
Color information
#C8701D (or 0xC8701D) is known color: Ochre. HEX triplet: C8, 70 and 1D. RGB value is (200,112,29). Sum of RGB (Red+Green+Blue) = 200+112+29=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8701D is #378FE2. Grayscale: #818181. Windows color (decimal): -3641315 or 1929416. OLE color: 1929416.
HSL color Cylindrical-coordinate representation of color #C8701D: hue angle of 29.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8701D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 29 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.22 |
| HSL | 29.12º | 0.75% | 0.45% | - |
| HSV(B) | 29.12º | 0.86% | 0.78% | - |
| XYZ | 29.84 | 23.96 | 4.21 | - |
| YUV | 128.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 29 | 0 | 0.44 | 0.86 | 0.22 | 29.12 | 0.75 | 0.45 |
| Hex | C8 | 70 | 1D | 0 | 2C | 56 | 16 | 1D | 4B | 2D |
| Octal | 310 | 160 | 35 | 0 | 54 | 126 | 26 | 35 | 113 | 55 |
| Binary | 11001000 | 1110000 | 11101 | 0 | 101100 | 1010110 | 10110 | 11101 | 1001011 | 101101 |
Color Harmonies of #C8701D
Complementary color
Monochromatic Colors of #C8701D
Black with #C8701D
Text Example
Text Example
White with #C8701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8701D; }
p { color: rgb(200,112,29); }
H1.HeaderClassName
{
color: #C8701D;
}
.AnyTagClassName
{
color: #C8701D;
}
</style>
background-color css
<style>
a { background-color: #C8701D; }
a { background-color: rgb(200,112,29); }
div.DivClassName
{
background-color: #C8701D;
}
.BgClassName
{
background-color: #C8701D;
}
</style>
border-color css
<style>
span { border-color: #C8701D; }
span { border-color: rgb(200,112,29); }
td.TdClassName
{
border-color: #C8701D;
}
.TagClassName
{
border-color: #C8701D;
}
</style>