Shades of Ochre #C87019
Tints of Ochre #C87019
RGB
CMYK
RGB Variations
Color information
#C87019 (or 0xC87019) is known color: Ochre. HEX triplet: C8, 70 and 19. RGB value is (200,112,25). Sum of RGB (Red+Green+Blue) = 200+112+25=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C87019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87019 is #378FE6. Grayscale: #808080. Windows color (decimal): -3641319 or 1667272. OLE color: 1667272.
HSL color Cylindrical-coordinate representation of color #C87019: hue angle of 29.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C87019 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.22 |
| HSL | 29.83º | 0.78% | 0.44% | - |
| HSV(B) | 29.83º | 0.88% | 0.78% | - |
| XYZ | 29.79 | 23.94 | 3.97 | - |
| YUV | 128.39 | 69.65 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 25 | 0 | 0.44 | 0.88 | 0.22 | 29.83 | 0.78 | 0.44 |
| Hex | C8 | 70 | 19 | 0 | 2C | 58 | 16 | 1E | 4E | 2C |
| Octal | 310 | 160 | 31 | 0 | 54 | 130 | 26 | 36 | 116 | 54 |
| Binary | 11001000 | 1110000 | 11001 | 0 | 101100 | 1011000 | 10110 | 11110 | 1001110 | 101100 |
Color Harmonies of #C87019
Complementary color
Monochromatic Colors of #C87019
Black with #C87019
Text Example
Text Example
White with #C87019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87019; }
p { color: rgb(200,112,25); }
H1.HeaderClassName
{
color: #C87019;
}
.AnyTagClassName
{
color: #C87019;
}
</style>
background-color css
<style>
a { background-color: #C87019; }
a { background-color: rgb(200,112,25); }
div.DivClassName
{
background-color: #C87019;
}
.BgClassName
{
background-color: #C87019;
}
</style>
border-color css
<style>
span { border-color: #C87019; }
span { border-color: rgb(200,112,25); }
td.TdClassName
{
border-color: #C87019;
}
.TagClassName
{
border-color: #C87019;
}
</style>