Shades of Ochre #C8701C
Tints of Ochre #C8701C
RGB
CMYK
RGB Variations
Color information
#C8701C (or 0xC8701C) is known color: Ochre. HEX triplet: C8, 70 and 1C. RGB value is (200,112,28). Sum of RGB (Red+Green+Blue) = 200+112+28=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C8701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8701C is #378FE3. Grayscale: #818181. Windows color (decimal): -3641316 or 1863880. OLE color: 1863880.
HSL color Cylindrical-coordinate representation of color #C8701C: hue angle of 29.3º 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 #C8701C is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 28 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.22 |
| HSL | 29.3º | 0.75% | 0.45% | - |
| HSV(B) | 29.3º | 0.86% | 0.78% | - |
| XYZ | 29.82 | 23.95 | 4.15 | - |
| YUV | 128.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 28 | 0 | 0.44 | 0.86 | 0.22 | 29.3 | 0.75 | 0.45 |
| Hex | C8 | 70 | 1C | 0 | 2C | 56 | 16 | 1D | 4B | 2D |
| Octal | 310 | 160 | 34 | 0 | 54 | 126 | 26 | 35 | 113 | 55 |
| Binary | 11001000 | 1110000 | 11100 | 0 | 101100 | 1010110 | 10110 | 11101 | 1001011 | 101101 |
Color Harmonies of #C8701C
Complementary color
Monochromatic Colors of #C8701C
Black with #C8701C
Text Example
Text Example
White with #C8701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8701C; }
p { color: rgb(200,112,28); }
H1.HeaderClassName
{
color: #C8701C;
}
.AnyTagClassName
{
color: #C8701C;
}
</style>
background-color css
<style>
a { background-color: #C8701C; }
a { background-color: rgb(200,112,28); }
div.DivClassName
{
background-color: #C8701C;
}
.BgClassName
{
background-color: #C8701C;
}
</style>
border-color css
<style>
span { border-color: #C8701C; }
span { border-color: rgb(200,112,28); }
td.TdClassName
{
border-color: #C8701C;
}
.TagClassName
{
border-color: #C8701C;
}
</style>