Shades of Ochre #C87C20
Tints of Ochre #C87C20
RGB
CMYK
RGB Variations
Color information
#C87C20 (or 0xC87C20) is known color: Ochre. HEX triplet: C8, 7C and 20. RGB value is (200,124,32). Sum of RGB (Red+Green+Blue) = 200+124+32=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C20 is #3783DF. Grayscale: #888888. Windows color (decimal): -3638240 or 2129096. OLE color: 2129096.
HSL color Cylindrical-coordinate representation of color #C87C20: hue angle of 32.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C87C20 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 32 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.22 |
| HSL | 32.86º | 0.72% | 0.45% | - |
| HSV(B) | 32.86º | 0.84% | 0.78% | - |
| XYZ | 31.29 | 26.8 | 4.89 | - |
| YUV | 136.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 32 | 0 | 0.38 | 0.84 | 0.22 | 32.86 | 0.72 | 0.45 |
| Hex | C8 | 7C | 20 | 0 | 26 | 54 | 16 | 21 | 48 | 2D |
| Octal | 310 | 174 | 40 | 0 | 46 | 124 | 26 | 41 | 110 | 55 |
| Binary | 11001000 | 1111100 | 100000 | 0 | 100110 | 1010100 | 10110 | 100001 | 1001000 | 101101 |
Color Harmonies of #C87C20
Complementary color
Monochromatic Colors of #C87C20
Black with #C87C20
Text Example
Text Example
White with #C87C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C20; }
p { color: rgb(200,124,32); }
H1.HeaderClassName
{
color: #C87C20;
}
.AnyTagClassName
{
color: #C87C20;
}
</style>
background-color css
<style>
a { background-color: #C87C20; }
a { background-color: rgb(200,124,32); }
div.DivClassName
{
background-color: #C87C20;
}
.BgClassName
{
background-color: #C87C20;
}
</style>
border-color css
<style>
span { border-color: #C87C20; }
span { border-color: rgb(200,124,32); }
td.TdClassName
{
border-color: #C87C20;
}
.TagClassName
{
border-color: #C87C20;
}
</style>