Shades of Ochre #C8710D
Tints of Ochre #C8710D
RGB
CMYK
RGB Variations
Color information
#C8710D (or 0xC8710D) is known color: Ochre. HEX triplet: C8, 71 and 0D. RGB value is (200,113,13). Sum of RGB (Red+Green+Blue) = 200+113+13=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8710D is #378EF2. Grayscale: #808080. Windows color (decimal): -3641075 or 881096. OLE color: 881096.
HSL color Cylindrical-coordinate representation of color #C8710D: hue angle of 32.09º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8710D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.22 |
| HSL | 32.09º | 0.88% | 0.42% | - |
| HSV(B) | 32.09º | 0.94% | 0.78% | - |
| XYZ | 29.8 | 24.12 | 3.47 | - |
| YUV | 127.61 | 63.32 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 13 | 0 | 0.44 | 0.94 | 0.22 | 32.09 | 0.88 | 0.42 |
| Hex | C8 | 71 | D | 0 | 2C | 5E | 16 | 20 | 58 | 2A |
| Octal | 310 | 161 | 15 | 0 | 54 | 136 | 26 | 40 | 130 | 52 |
| Binary | 11001000 | 1110001 | 1101 | 0 | 101100 | 1011110 | 10110 | 100000 | 1011000 | 101010 |
Color Harmonies of #C8710D
Complementary color
Monochromatic Colors of #C8710D
Black with #C8710D
Text Example
Text Example
White with #C8710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8710D; }
p { color: rgb(200,113,13); }
H1.HeaderClassName
{
color: #C8710D;
}
.AnyTagClassName
{
color: #C8710D;
}
</style>
background-color css
<style>
a { background-color: #C8710D; }
a { background-color: rgb(200,113,13); }
div.DivClassName
{
background-color: #C8710D;
}
.BgClassName
{
background-color: #C8710D;
}
</style>
border-color css
<style>
span { border-color: #C8710D; }
span { border-color: rgb(200,113,13); }
td.TdClassName
{
border-color: #C8710D;
}
.TagClassName
{
border-color: #C8710D;
}
</style>