Shades of Ochre #C87D20
Tints of Ochre #C87D20
RGB
CMYK
RGB Variations
Color information
#C87D20 (or 0xC87D20) is known color: Ochre. HEX triplet: C8, 7D and 20. RGB value is (200,125,32). Sum of RGB (Red+Green+Blue) = 200+125+32=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D20 is #3782DF. Grayscale: #898989. Windows color (decimal): -3637984 or 2129352. OLE color: 2129352.
HSL color Cylindrical-coordinate representation of color #C87D20: hue angle of 33.21º 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 #C87D20 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 32 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.22 |
| HSL | 33.21º | 0.72% | 0.45% | - |
| HSV(B) | 33.21º | 0.84% | 0.78% | - |
| XYZ | 31.41 | 27.05 | 4.93 | - |
| YUV | 136.82 | 68.85 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 32 | 0 | 0.38 | 0.84 | 0.22 | 33.21 | 0.72 | 0.45 |
| Hex | C8 | 7D | 20 | 0 | 26 | 54 | 16 | 21 | 48 | 2D |
| Octal | 310 | 175 | 40 | 0 | 46 | 124 | 26 | 41 | 110 | 55 |
| Binary | 11001000 | 1111101 | 100000 | 0 | 100110 | 1010100 | 10110 | 100001 | 1001000 | 101101 |
Color Harmonies of #C87D20
Complementary color
Monochromatic Colors of #C87D20
Black with #C87D20
Text Example
Text Example
White with #C87D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D20; }
p { color: rgb(200,125,32); }
H1.HeaderClassName
{
color: #C87D20;
}
.AnyTagClassName
{
color: #C87D20;
}
</style>
background-color css
<style>
a { background-color: #C87D20; }
a { background-color: rgb(200,125,32); }
div.DivClassName
{
background-color: #C87D20;
}
.BgClassName
{
background-color: #C87D20;
}
</style>
border-color css
<style>
span { border-color: #C87D20; }
span { border-color: rgb(200,125,32); }
td.TdClassName
{
border-color: #C87D20;
}
.TagClassName
{
border-color: #C87D20;
}
</style>