Shades of Ochre #C1700E
Tints of Ochre #C1700E
RGB
CMYK
RGB Variations
Color information
#C1700E (or 0xC1700E) is known color: Ochre. HEX triplet: C1, 70 and 0E. RGB value is (193,112,14). Sum of RGB (Red+Green+Blue) = 193+112+14=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1700E is #3E8FF1. Grayscale: #7D7D7D. Windows color (decimal): -4100082 or 946369. OLE color: 946369.
HSL color Cylindrical-coordinate representation of color #C1700E: hue angle of 32.85º 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 #C1700E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.24 |
| HSL | 32.85º | 0.86% | 0.41% | - |
| HSV(B) | 32.85º | 0.93% | 0.76% | - |
| XYZ | 27.87 | 22.96 | 3.38 | - |
| YUV | 125.05 | 65.34 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 14 | 0 | 0.42 | 0.93 | 0.24 | 32.85 | 0.86 | 0.41 |
| Hex | C1 | 70 | E | 0 | 2A | 5D | 18 | 21 | 56 | 29 |
| Octal | 301 | 160 | 16 | 0 | 52 | 135 | 30 | 41 | 126 | 51 |
| Binary | 11000001 | 1110000 | 1110 | 0 | 101010 | 1011101 | 11000 | 100001 | 1010110 | 101001 |
Color Harmonies of #C1700E
Complementary color
Monochromatic Colors of #C1700E
Black with #C1700E
Text Example
Text Example
White with #C1700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1700E; }
p { color: rgb(193,112,14); }
H1.HeaderClassName
{
color: #C1700E;
}
.AnyTagClassName
{
color: #C1700E;
}
</style>
background-color css
<style>
a { background-color: #C1700E; }
a { background-color: rgb(193,112,14); }
div.DivClassName
{
background-color: #C1700E;
}
.BgClassName
{
background-color: #C1700E;
}
</style>
border-color css
<style>
span { border-color: #C1700E; }
span { border-color: rgb(193,112,14); }
td.TdClassName
{
border-color: #C1700E;
}
.TagClassName
{
border-color: #C1700E;
}
</style>