Shades of Ochre #C16F0E
Tints of Ochre #C16F0E
RGB
CMYK
RGB Variations
Color information
#C16F0E (or 0xC16F0E) is known color: Ochre. HEX triplet: C1, 6F and 0E. RGB value is (193,111,14). Sum of RGB (Red+Green+Blue) = 193+111+14=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16F0E is #3E90F1. Grayscale: #7C7C7C. Windows color (decimal): -4100338 or 946113. OLE color: 946113.
HSL color Cylindrical-coordinate representation of color #C16F0E: hue angle of 32.51º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C16F0E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.24 |
| HSL | 32.51º | 0.86% | 0.41% | - |
| HSV(B) | 32.51º | 0.93% | 0.76% | - |
| XYZ | 27.76 | 22.74 | 3.34 | - |
| YUV | 124.46 | 65.67 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 14 | 0 | 0.42 | 0.93 | 0.24 | 32.51 | 0.86 | 0.41 |
| Hex | C1 | 6F | E | 0 | 2A | 5D | 18 | 21 | 56 | 29 |
| Octal | 301 | 157 | 16 | 0 | 52 | 135 | 30 | 41 | 126 | 51 |
| Binary | 11000001 | 1101111 | 1110 | 0 | 101010 | 1011101 | 11000 | 100001 | 1010110 | 101001 |
Color Harmonies of #C16F0E
Complementary color
Monochromatic Colors of #C16F0E
Black with #C16F0E
Text Example
Text Example
White with #C16F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F0E; }
p { color: rgb(193,111,14); }
H1.HeaderClassName
{
color: #C16F0E;
}
.AnyTagClassName
{
color: #C16F0E;
}
</style>
background-color css
<style>
a { background-color: #C16F0E; }
a { background-color: rgb(193,111,14); }
div.DivClassName
{
background-color: #C16F0E;
}
.BgClassName
{
background-color: #C16F0E;
}
</style>
border-color css
<style>
span { border-color: #C16F0E; }
span { border-color: rgb(193,111,14); }
td.TdClassName
{
border-color: #C16F0E;
}
.TagClassName
{
border-color: #C16F0E;
}
</style>