Shades of Ochre #C26D1A
Tints of Ochre #C26D1A
RGB
CMYK
RGB Variations
Color information
#C26D1A (or 0xC26D1A) is known color: Ochre. HEX triplet: C2, 6D and 1A. RGB value is (194,109,26). Sum of RGB (Red+Green+Blue) = 194+109+26=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D1A is #3D92E5. Grayscale: #7D7D7D. Windows color (decimal): -4035302 or 1732034. OLE color: 1732034.
HSL color Cylindrical-coordinate representation of color #C26D1A: hue angle of 29.64º 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 #C26D1A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 26 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.24 |
| HSL | 29.64º | 0.76% | 0.43% | - |
| HSV(B) | 29.64º | 0.87% | 0.76% | - |
| XYZ | 27.9 | 22.48 | 3.85 | - |
| YUV | 124.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 26 | 0 | 0.44 | 0.87 | 0.24 | 29.64 | 0.76 | 0.43 |
| Hex | C2 | 6D | 1A | 0 | 2C | 57 | 18 | 1E | 4C | 2B |
| Octal | 302 | 155 | 32 | 0 | 54 | 127 | 30 | 36 | 114 | 53 |
| Binary | 11000010 | 1101101 | 11010 | 0 | 101100 | 1010111 | 11000 | 11110 | 1001100 | 101011 |
Color Harmonies of #C26D1A
Complementary color
Monochromatic Colors of #C26D1A
Black with #C26D1A
Text Example
Text Example
White with #C26D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D1A; }
p { color: rgb(194,109,26); }
H1.HeaderClassName
{
color: #C26D1A;
}
.AnyTagClassName
{
color: #C26D1A;
}
</style>
background-color css
<style>
a { background-color: #C26D1A; }
a { background-color: rgb(194,109,26); }
div.DivClassName
{
background-color: #C26D1A;
}
.BgClassName
{
background-color: #C26D1A;
}
</style>
border-color css
<style>
span { border-color: #C26D1A; }
span { border-color: rgb(194,109,26); }
td.TdClassName
{
border-color: #C26D1A;
}
.TagClassName
{
border-color: #C26D1A;
}
</style>