Shades of Ochre #C26D1E
Tints of Ochre #C26D1E
RGB
CMYK
RGB Variations
Color information
#C26D1E (or 0xC26D1E) is known color: Ochre. HEX triplet: C2, 6D and 1E. RGB value is (194,109,30). Sum of RGB (Red+Green+Blue) = 194+109+30=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D1E is #3D92E1. Grayscale: #7D7D7D. Windows color (decimal): -4035298 or 1994178. OLE color: 1994178.
HSL color Cylindrical-coordinate representation of color #C26D1E: hue angle of 28.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C26D1E is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 30 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.24 |
| HSL | 28.9º | 0.73% | 0.44% | - |
| HSV(B) | 28.9º | 0.85% | 0.76% | - |
| XYZ | 27.95 | 22.5 | 4.1 | - |
| YUV | 125.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 30 | 0 | 0.44 | 0.85 | 0.24 | 28.9 | 0.73 | 0.44 |
| Hex | C2 | 6D | 1E | 0 | 2C | 55 | 18 | 1D | 49 | 2C |
| Octal | 302 | 155 | 36 | 0 | 54 | 125 | 30 | 35 | 111 | 54 |
| Binary | 11000010 | 1101101 | 11110 | 0 | 101100 | 1010101 | 11000 | 11101 | 1001001 | 101100 |
Color Harmonies of #C26D1E
Complementary color
Monochromatic Colors of #C26D1E
Black with #C26D1E
Text Example
Text Example
White with #C26D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D1E; }
p { color: rgb(194,109,30); }
H1.HeaderClassName
{
color: #C26D1E;
}
.AnyTagClassName
{
color: #C26D1E;
}
</style>
background-color css
<style>
a { background-color: #C26D1E; }
a { background-color: rgb(194,109,30); }
div.DivClassName
{
background-color: #C26D1E;
}
.BgClassName
{
background-color: #C26D1E;
}
</style>
border-color css
<style>
span { border-color: #C26D1E; }
span { border-color: rgb(194,109,30); }
td.TdClassName
{
border-color: #C26D1E;
}
.TagClassName
{
border-color: #C26D1E;
}
</style>