Shades of Ochre #C2811A
Tints of Ochre #C2811A
RGB
CMYK
RGB Variations
Color information
#C2811A (or 0xC2811A) is known color: Ochre. HEX triplet: C2, 81 and 1A. RGB value is (194,129,26). Sum of RGB (Red+Green+Blue) = 194+129+26=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2811A is #3D7EE5. Grayscale: #898989. Windows color (decimal): -4030182 or 1737154. OLE color: 1737154.
HSL color Cylindrical-coordinate representation of color #C2811A: hue angle of 36.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2811A is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 26 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.24 |
| HSL | 36.79º | 0.76% | 0.43% | - |
| HSV(B) | 36.79º | 0.87% | 0.76% | - |
| XYZ | 30.28 | 27.24 | 4.64 | - |
| YUV | 136.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 26 | 0 | 0.34 | 0.87 | 0.24 | 36.79 | 0.76 | 0.43 |
| Hex | C2 | 81 | 1A | 0 | 22 | 57 | 18 | 25 | 4C | 2B |
| Octal | 302 | 201 | 32 | 0 | 42 | 127 | 30 | 45 | 114 | 53 |
| Binary | 11000010 | 10000001 | 11010 | 0 | 100010 | 1010111 | 11000 | 100101 | 1001100 | 101011 |
Color Harmonies of #C2811A
Complementary color
Monochromatic Colors of #C2811A
Black with #C2811A
Text Example
Text Example
White with #C2811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2811A; }
p { color: rgb(194,129,26); }
H1.HeaderClassName
{
color: #C2811A;
}
.AnyTagClassName
{
color: #C2811A;
}
</style>
background-color css
<style>
a { background-color: #C2811A; }
a { background-color: rgb(194,129,26); }
div.DivClassName
{
background-color: #C2811A;
}
.BgClassName
{
background-color: #C2811A;
}
</style>
border-color css
<style>
span { border-color: #C2811A; }
span { border-color: rgb(194,129,26); }
td.TdClassName
{
border-color: #C2811A;
}
.TagClassName
{
border-color: #C2811A;
}
</style>