Shades of Ochre #C26E21
Tints of Ochre #C26E21
RGB
CMYK
RGB Variations
Color information
#C26E21 (or 0xC26E21) is known color: Ochre. HEX triplet: C2, 6E and 21. RGB value is (194,110,33). Sum of RGB (Red+Green+Blue) = 194+110+33=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E21 is #3D91DE. Grayscale: #7E7E7E. Windows color (decimal): -4035039 or 2191042. OLE color: 2191042.
HSL color Cylindrical-coordinate representation of color #C26E21: hue angle of 28.7º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C26E21 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 33 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.24 |
| HSL | 28.7º | 0.71% | 0.45% | - |
| HSV(B) | 28.7º | 0.83% | 0.76% | - |
| XYZ | 28.1 | 22.73 | 4.35 | - |
| YUV | 126.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 33 | 0 | 0.43 | 0.83 | 0.24 | 28.7 | 0.71 | 0.45 |
| Hex | C2 | 6E | 21 | 0 | 2B | 53 | 18 | 1D | 47 | 2D |
| Octal | 302 | 156 | 41 | 0 | 53 | 123 | 30 | 35 | 107 | 55 |
| Binary | 11000010 | 1101110 | 100001 | 0 | 101011 | 1010011 | 11000 | 11101 | 1000111 | 101101 |
Color Harmonies of #C26E21
Complementary color
Monochromatic Colors of #C26E21
Black with #C26E21
Text Example
Text Example
White with #C26E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E21; }
p { color: rgb(194,110,33); }
H1.HeaderClassName
{
color: #C26E21;
}
.AnyTagClassName
{
color: #C26E21;
}
</style>
background-color css
<style>
a { background-color: #C26E21; }
a { background-color: rgb(194,110,33); }
div.DivClassName
{
background-color: #C26E21;
}
.BgClassName
{
background-color: #C26E21;
}
</style>
border-color css
<style>
span { border-color: #C26E21; }
span { border-color: rgb(194,110,33); }
td.TdClassName
{
border-color: #C26E21;
}
.TagClassName
{
border-color: #C26E21;
}
</style>