Shades of Ochre #C26F0C
Tints of Ochre #C26F0C
RGB
CMYK
RGB Variations
Color information
#C26F0C (or 0xC26F0C) is known color: Ochre. HEX triplet: C2, 6F and 0C. RGB value is (194,111,12). Sum of RGB (Red+Green+Blue) = 194+111+12=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F0C is #3D90F3. Grayscale: #7D7D7D. Windows color (decimal): -4034804 or 815042. OLE color: 815042.
HSL color Cylindrical-coordinate representation of color #C26F0C: hue angle of 32.64º degrees, saturation: 0.88, 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 #C26F0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.24 |
| HSL | 32.64º | 0.88% | 0.4% | - |
| HSV(B) | 32.64º | 0.94% | 0.76% | - |
| XYZ | 28 | 22.86 | 3.29 | - |
| YUV | 124.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 12 | 0 | 0.43 | 0.94 | 0.24 | 32.64 | 0.88 | 0.4 |
| Hex | C2 | 6F | C | 0 | 2B | 5E | 18 | 21 | 58 | 28 |
| Octal | 302 | 157 | 14 | 0 | 53 | 136 | 30 | 41 | 130 | 50 |
| Binary | 11000010 | 1101111 | 1100 | 0 | 101011 | 1011110 | 11000 | 100001 | 1011000 | 101000 |
Color Harmonies of #C26F0C
Complementary color
Monochromatic Colors of #C26F0C
Black with #C26F0C
Text Example
Text Example
White with #C26F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F0C; }
p { color: rgb(194,111,12); }
H1.HeaderClassName
{
color: #C26F0C;
}
.AnyTagClassName
{
color: #C26F0C;
}
</style>
background-color css
<style>
a { background-color: #C26F0C; }
a { background-color: rgb(194,111,12); }
div.DivClassName
{
background-color: #C26F0C;
}
.BgClassName
{
background-color: #C26F0C;
}
</style>
border-color css
<style>
span { border-color: #C26F0C; }
span { border-color: rgb(194,111,12); }
td.TdClassName
{
border-color: #C26F0C;
}
.TagClassName
{
border-color: #C26F0C;
}
</style>