Shades of Ochre #C26E0B
Tints of Ochre #C26E0B
RGB
CMYK
RGB Variations
Color information
#C26E0B (or 0xC26E0B) is known color: Ochre. HEX triplet: C2, 6E and 0B. RGB value is (194,110,11). Sum of RGB (Red+Green+Blue) = 194+110+11=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E0B is #3D91F4. Grayscale: #7C7C7C. Windows color (decimal): -4035061 or 749250. OLE color: 749250.
HSL color Cylindrical-coordinate representation of color #C26E0B: hue angle of 32.46º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C26E0B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.24 |
| HSL | 32.46º | 0.89% | 0.4% | - |
| HSV(B) | 32.46º | 0.94% | 0.76% | - |
| XYZ | 27.88 | 22.65 | 3.22 | - |
| YUV | 123.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 11 | 0 | 0.43 | 0.94 | 0.24 | 32.46 | 0.89 | 0.4 |
| Hex | C2 | 6E | B | 0 | 2B | 5E | 18 | 20 | 59 | 28 |
| Octal | 302 | 156 | 13 | 0 | 53 | 136 | 30 | 40 | 131 | 50 |
| Binary | 11000010 | 1101110 | 1011 | 0 | 101011 | 1011110 | 11000 | 100000 | 1011001 | 101000 |
Color Harmonies of #C26E0B
Complementary color
Monochromatic Colors of #C26E0B
Black with #C26E0B
Text Example
Text Example
White with #C26E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E0B; }
p { color: rgb(194,110,11); }
H1.HeaderClassName
{
color: #C26E0B;
}
.AnyTagClassName
{
color: #C26E0B;
}
</style>
background-color css
<style>
a { background-color: #C26E0B; }
a { background-color: rgb(194,110,11); }
div.DivClassName
{
background-color: #C26E0B;
}
.BgClassName
{
background-color: #C26E0B;
}
</style>
border-color css
<style>
span { border-color: #C26E0B; }
span { border-color: rgb(194,110,11); }
td.TdClassName
{
border-color: #C26E0B;
}
.TagClassName
{
border-color: #C26E0B;
}
</style>