Shades of Ochre #C26E1A
Tints of Ochre #C26E1A
RGB
CMYK
RGB Variations
Color information
#C26E1A (or 0xC26E1A) is known color: Ochre. HEX triplet: C2, 6E and 1A. RGB value is (194,110,26). Sum of RGB (Red+Green+Blue) = 194+110+26=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E1A is #3D91E5. Grayscale: #7D7D7D. Windows color (decimal): -4035046 or 1732290. OLE color: 1732290.
HSL color Cylindrical-coordinate representation of color #C26E1A: hue angle of 30º 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 #C26E1A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.24 |
| HSL | 30º | 0.76% | 0.43% | - |
| HSV(B) | 30º | 0.87% | 0.76% | - |
| XYZ | 28.01 | 22.7 | 3.88 | - |
| YUV | 125.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 26 | 0 | 0.43 | 0.87 | 0.24 | 30 | 0.76 | 0.43 |
| Hex | C2 | 6E | 1A | 0 | 2B | 57 | 18 | 1E | 4C | 2B |
| Octal | 302 | 156 | 32 | 0 | 53 | 127 | 30 | 36 | 114 | 53 |
| Binary | 11000010 | 1101110 | 11010 | 0 | 101011 | 1010111 | 11000 | 11110 | 1001100 | 101011 |
Color Harmonies of #C26E1A
Complementary color
Monochromatic Colors of #C26E1A
Black with #C26E1A
Text Example
Text Example
White with #C26E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E1A; }
p { color: rgb(194,110,26); }
H1.HeaderClassName
{
color: #C26E1A;
}
.AnyTagClassName
{
color: #C26E1A;
}
</style>
background-color css
<style>
a { background-color: #C26E1A; }
a { background-color: rgb(194,110,26); }
div.DivClassName
{
background-color: #C26E1A;
}
.BgClassName
{
background-color: #C26E1A;
}
</style>
border-color css
<style>
span { border-color: #C26E1A; }
span { border-color: rgb(194,110,26); }
td.TdClassName
{
border-color: #C26E1A;
}
.TagClassName
{
border-color: #C26E1A;
}
</style>