Shades of Ochre #C26D1F
Tints of Ochre #C26D1F
RGB
CMYK
RGB Variations
Color information
#C26D1F (or 0xC26D1F) is known color: Ochre. HEX triplet: C2, 6D and 1F. RGB value is (194,109,31). Sum of RGB (Red+Green+Blue) = 194+109+31=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D1F is #3D92E0. Grayscale: #7D7D7D. Windows color (decimal): -4035297 or 2059714. OLE color: 2059714.
HSL color Cylindrical-coordinate representation of color #C26D1F: hue angle of 28.71º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C26D1F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 31 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.24 |
| HSL | 28.71º | 0.72% | 0.44% | - |
| HSV(B) | 28.71º | 0.84% | 0.76% | - |
| XYZ | 27.96 | 22.51 | 4.17 | - |
| YUV | 125.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 31 | 0 | 0.44 | 0.84 | 0.24 | 28.71 | 0.72 | 0.44 |
| Hex | C2 | 6D | 1F | 0 | 2C | 54 | 18 | 1D | 48 | 2C |
| Octal | 302 | 155 | 37 | 0 | 54 | 124 | 30 | 35 | 110 | 54 |
| Binary | 11000010 | 1101101 | 11111 | 0 | 101100 | 1010100 | 11000 | 11101 | 1001000 | 101100 |
Color Harmonies of #C26D1F
Complementary color
Monochromatic Colors of #C26D1F
Black with #C26D1F
Text Example
Text Example
White with #C26D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D1F; }
p { color: rgb(194,109,31); }
H1.HeaderClassName
{
color: #C26D1F;
}
.AnyTagClassName
{
color: #C26D1F;
}
</style>
background-color css
<style>
a { background-color: #C26D1F; }
a { background-color: rgb(194,109,31); }
div.DivClassName
{
background-color: #C26D1F;
}
.BgClassName
{
background-color: #C26D1F;
}
</style>
border-color css
<style>
span { border-color: #C26D1F; }
span { border-color: rgb(194,109,31); }
td.TdClassName
{
border-color: #C26D1F;
}
.TagClassName
{
border-color: #C26D1F;
}
</style>