Shades of Ochre #C8821E
Tints of Ochre #C8821E
RGB
CMYK
RGB Variations
Color information
#C8821E (or 0xC8821E) is known color: Ochre. HEX triplet: C8, 82 and 1E. RGB value is (200,130,30). Sum of RGB (Red+Green+Blue) = 200+130+30=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8821E is #377DE1. Grayscale: #8C8C8C. Windows color (decimal): -3636706 or 1999560. OLE color: 1999560.
HSL color Cylindrical-coordinate representation of color #C8821E: hue angle of 35.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8821E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 30 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.22 |
| HSL | 35.29º | 0.74% | 0.45% | - |
| HSV(B) | 35.29º | 0.85% | 0.78% | - |
| XYZ | 32.04 | 28.34 | 5.01 | - |
| YUV | 139.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 30 | 0 | 0.35 | 0.85 | 0.22 | 35.29 | 0.74 | 0.45 |
| Hex | C8 | 82 | 1E | 0 | 23 | 55 | 16 | 23 | 4A | 2D |
| Octal | 310 | 202 | 36 | 0 | 43 | 125 | 26 | 43 | 112 | 55 |
| Binary | 11001000 | 10000010 | 11110 | 0 | 100011 | 1010101 | 10110 | 100011 | 1001010 | 101101 |
Color Harmonies of #C8821E
Complementary color
Monochromatic Colors of #C8821E
Black with #C8821E
Text Example
Text Example
White with #C8821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8821E; }
p { color: rgb(200,130,30); }
H1.HeaderClassName
{
color: #C8821E;
}
.AnyTagClassName
{
color: #C8821E;
}
</style>
background-color css
<style>
a { background-color: #C8821E; }
a { background-color: rgb(200,130,30); }
div.DivClassName
{
background-color: #C8821E;
}
.BgClassName
{
background-color: #C8821E;
}
</style>
border-color css
<style>
span { border-color: #C8821E; }
span { border-color: rgb(200,130,30); }
td.TdClassName
{
border-color: #C8821E;
}
.TagClassName
{
border-color: #C8821E;
}
</style>