Shades of Ochre #C26E23
Tints of Ochre #C26E23
RGB
CMYK
RGB Variations
Color information
#C26E23 (or 0xC26E23) is known color: Ochre. HEX triplet: C2, 6E and 23. RGB value is (194,110,35). Sum of RGB (Red+Green+Blue) = 194+110+35=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E23 is #3D91DC. Grayscale: #7E7E7E. Windows color (decimal): -4035037 or 2322114. OLE color: 2322114.
HSL color Cylindrical-coordinate representation of color #C26E23: hue angle of 28.3º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C26E23 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 35 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.24 |
| HSL | 28.3º | 0.69% | 0.45% | - |
| HSV(B) | 28.3º | 0.82% | 0.76% | - |
| XYZ | 28.13 | 22.74 | 4.5 | - |
| YUV | 126.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 35 | 0 | 0.43 | 0.82 | 0.24 | 28.3 | 0.69 | 0.45 |
| Hex | C2 | 6E | 23 | 0 | 2B | 52 | 18 | 1C | 45 | 2D |
| Octal | 302 | 156 | 43 | 0 | 53 | 122 | 30 | 34 | 105 | 55 |
| Binary | 11000010 | 1101110 | 100011 | 0 | 101011 | 1010010 | 11000 | 11100 | 1000101 | 101101 |
Color Harmonies of #C26E23
Complementary color
Monochromatic Colors of #C26E23
Black with #C26E23
Text Example
Text Example
White with #C26E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E23; }
p { color: rgb(194,110,35); }
H1.HeaderClassName
{
color: #C26E23;
}
.AnyTagClassName
{
color: #C26E23;
}
</style>
background-color css
<style>
a { background-color: #C26E23; }
a { background-color: rgb(194,110,35); }
div.DivClassName
{
background-color: #C26E23;
}
.BgClassName
{
background-color: #C26E23;
}
</style>
border-color css
<style>
span { border-color: #C26E23; }
span { border-color: rgb(194,110,35); }
td.TdClassName
{
border-color: #C26E23;
}
.TagClassName
{
border-color: #C26E23;
}
</style>