Shades of Ochre #C87A1E
Tints of Ochre #C87A1E
RGB
CMYK
RGB Variations
Color information
#C87A1E (or 0xC87A1E) is known color: Ochre. HEX triplet: C8, 7A and 1E. RGB value is (200,122,30). Sum of RGB (Red+Green+Blue) = 200+122+30=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A1E is #3785E1. Grayscale: #878787. Windows color (decimal): -3638754 or 1997512. OLE color: 1997512.
HSL color Cylindrical-coordinate representation of color #C87A1E: hue angle of 32.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C87A1E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 30 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.22 |
| HSL | 32.47º | 0.74% | 0.45% | - |
| HSV(B) | 32.47º | 0.85% | 0.78% | - |
| XYZ | 31.01 | 26.29 | 4.67 | - |
| YUV | 134.83 | 68.84 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 30 | 0 | 0.39 | 0.85 | 0.22 | 32.47 | 0.74 | 0.45 |
| Hex | C8 | 7A | 1E | 0 | 27 | 55 | 16 | 20 | 4A | 2D |
| Octal | 310 | 172 | 36 | 0 | 47 | 125 | 26 | 40 | 112 | 55 |
| Binary | 11001000 | 1111010 | 11110 | 0 | 100111 | 1010101 | 10110 | 100000 | 1001010 | 101101 |
Color Harmonies of #C87A1E
Complementary color
Monochromatic Colors of #C87A1E
Black with #C87A1E
Text Example
Text Example
White with #C87A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A1E; }
p { color: rgb(200,122,30); }
H1.HeaderClassName
{
color: #C87A1E;
}
.AnyTagClassName
{
color: #C87A1E;
}
</style>
background-color css
<style>
a { background-color: #C87A1E; }
a { background-color: rgb(200,122,30); }
div.DivClassName
{
background-color: #C87A1E;
}
.BgClassName
{
background-color: #C87A1E;
}
</style>
border-color css
<style>
span { border-color: #C87A1E; }
span { border-color: rgb(200,122,30); }
td.TdClassName
{
border-color: #C87A1E;
}
.TagClassName
{
border-color: #C87A1E;
}
</style>