Shades of Ochre #C87D10
Tints of Ochre #C87D10
RGB
CMYK
RGB Variations
Color information
#C87D10 (or 0xC87D10) is known color: Ochre. HEX triplet: C8, 7D and 10. RGB value is (200,125,16). Sum of RGB (Red+Green+Blue) = 200+125+16=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D10 is #3782EF. Grayscale: #878787. Windows color (decimal): -3638000 or 1080776. OLE color: 1080776.
HSL color Cylindrical-coordinate representation of color #C87D10: hue angle of 35.54º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C87D10 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.22 |
| HSL | 35.54º | 0.85% | 0.42% | - |
| HSV(B) | 35.54º | 0.92% | 0.78% | - |
| XYZ | 31.25 | 26.98 | 4.05 | - |
| YUV | 135 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 16 | 0 | 0.38 | 0.92 | 0.22 | 35.54 | 0.85 | 0.42 |
| Hex | C8 | 7D | 10 | 0 | 26 | 5C | 16 | 24 | 55 | 2A |
| Octal | 310 | 175 | 20 | 0 | 46 | 134 | 26 | 44 | 125 | 52 |
| Binary | 11001000 | 1111101 | 10000 | 0 | 100110 | 1011100 | 10110 | 100100 | 1010101 | 101010 |
Color Harmonies of #C87D10
Complementary color
Monochromatic Colors of #C87D10
Black with #C87D10
Text Example
Text Example
White with #C87D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D10; }
p { color: rgb(200,125,16); }
H1.HeaderClassName
{
color: #C87D10;
}
.AnyTagClassName
{
color: #C87D10;
}
</style>
background-color css
<style>
a { background-color: #C87D10; }
a { background-color: rgb(200,125,16); }
div.DivClassName
{
background-color: #C87D10;
}
.BgClassName
{
background-color: #C87D10;
}
</style>
border-color css
<style>
span { border-color: #C87D10; }
span { border-color: rgb(200,125,16); }
td.TdClassName
{
border-color: #C87D10;
}
.TagClassName
{
border-color: #C87D10;
}
</style>