Shades of Ochre #C87C21
Tints of Ochre #C87C21
RGB
CMYK
RGB Variations
Color information
#C87C21 (or 0xC87C21) is known color: Ochre. HEX triplet: C8, 7C and 21. RGB value is (200,124,33). Sum of RGB (Red+Green+Blue) = 200+124+33=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C21 is #3783DE. Grayscale: #888888. Windows color (decimal): -3638239 or 2194632. OLE color: 2194632.
HSL color Cylindrical-coordinate representation of color #C87C21: hue angle of 32.69º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C87C21 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 33 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.22 |
| HSL | 32.69º | 0.72% | 0.46% | - |
| HSV(B) | 32.69º | 0.84% | 0.78% | - |
| XYZ | 31.3 | 26.8 | 4.96 | - |
| YUV | 136.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 33 | 0 | 0.38 | 0.84 | 0.22 | 32.69 | 0.72 | 0.46 |
| Hex | C8 | 7C | 21 | 0 | 26 | 54 | 16 | 21 | 48 | 2E |
| Octal | 310 | 174 | 41 | 0 | 46 | 124 | 26 | 41 | 110 | 56 |
| Binary | 11001000 | 1111100 | 100001 | 0 | 100110 | 1010100 | 10110 | 100001 | 1001000 | 101110 |
Color Harmonies of #C87C21
Complementary color
Monochromatic Colors of #C87C21
Black with #C87C21
Text Example
Text Example
White with #C87C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C21; }
p { color: rgb(200,124,33); }
H1.HeaderClassName
{
color: #C87C21;
}
.AnyTagClassName
{
color: #C87C21;
}
</style>
background-color css
<style>
a { background-color: #C87C21; }
a { background-color: rgb(200,124,33); }
div.DivClassName
{
background-color: #C87C21;
}
.BgClassName
{
background-color: #C87C21;
}
</style>
border-color css
<style>
span { border-color: #C87C21; }
span { border-color: rgb(200,124,33); }
td.TdClassName
{
border-color: #C87C21;
}
.TagClassName
{
border-color: #C87C21;
}
</style>