Shades of Ochre #C87221
Tints of Ochre #C87221
RGB
CMYK
RGB Variations
Color information
#C87221 (or 0xC87221) is known color: Ochre. HEX triplet: C8, 72 and 21. RGB value is (200,114,33). Sum of RGB (Red+Green+Blue) = 200+114+33=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C87221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87221 is #378DDE. Grayscale: #828282. Windows color (decimal): -3640799 or 2192072. OLE color: 2192072.
HSL color Cylindrical-coordinate representation of color #C87221: hue angle of 29.1º 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 #C87221 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 33 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.22 |
| HSL | 29.1º | 0.72% | 0.46% | - |
| HSV(B) | 29.1º | 0.84% | 0.78% | - |
| XYZ | 30.11 | 24.42 | 4.57 | - |
| YUV | 130.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 33 | 0 | 0.43 | 0.84 | 0.22 | 29.1 | 0.72 | 0.46 |
| Hex | C8 | 72 | 21 | 0 | 2B | 54 | 16 | 1D | 48 | 2E |
| Octal | 310 | 162 | 41 | 0 | 53 | 124 | 26 | 35 | 110 | 56 |
| Binary | 11001000 | 1110010 | 100001 | 0 | 101011 | 1010100 | 10110 | 11101 | 1001000 | 101110 |
Color Harmonies of #C87221
Complementary color
Monochromatic Colors of #C87221
Black with #C87221
Text Example
Text Example
White with #C87221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87221; }
p { color: rgb(200,114,33); }
H1.HeaderClassName
{
color: #C87221;
}
.AnyTagClassName
{
color: #C87221;
}
</style>
background-color css
<style>
a { background-color: #C87221; }
a { background-color: rgb(200,114,33); }
div.DivClassName
{
background-color: #C87221;
}
.BgClassName
{
background-color: #C87221;
}
</style>
border-color css
<style>
span { border-color: #C87221; }
span { border-color: rgb(200,114,33); }
td.TdClassName
{
border-color: #C87221;
}
.TagClassName
{
border-color: #C87221;
}
</style>