Shades of Ochre #C1710E
Tints of Ochre #C1710E
RGB
CMYK
RGB Variations
Color information
#C1710E (or 0xC1710E) is known color: Ochre. HEX triplet: C1, 71 and 0E. RGB value is (193,113,14). Sum of RGB (Red+Green+Blue) = 193+113+14=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1710E is #3E8EF1. Grayscale: #7E7E7E. Windows color (decimal): -4099826 or 946625. OLE color: 946625.
HSL color Cylindrical-coordinate representation of color #C1710E: hue angle of 33.18º 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 #C1710E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.24 |
| HSL | 33.18º | 0.86% | 0.41% | - |
| HSV(B) | 33.18º | 0.93% | 0.76% | - |
| XYZ | 27.98 | 23.18 | 3.42 | - |
| YUV | 125.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 14 | 0 | 0.41 | 0.93 | 0.24 | 33.18 | 0.86 | 0.41 |
| Hex | C1 | 71 | E | 0 | 29 | 5D | 18 | 21 | 56 | 29 |
| Octal | 301 | 161 | 16 | 0 | 51 | 135 | 30 | 41 | 126 | 51 |
| Binary | 11000001 | 1110001 | 1110 | 0 | 101001 | 1011101 | 11000 | 100001 | 1010110 | 101001 |
Color Harmonies of #C1710E
Complementary color
Monochromatic Colors of #C1710E
Black with #C1710E
Text Example
Text Example
White with #C1710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1710E; }
p { color: rgb(193,113,14); }
H1.HeaderClassName
{
color: #C1710E;
}
.AnyTagClassName
{
color: #C1710E;
}
</style>
background-color css
<style>
a { background-color: #C1710E; }
a { background-color: rgb(193,113,14); }
div.DivClassName
{
background-color: #C1710E;
}
.BgClassName
{
background-color: #C1710E;
}
</style>
border-color css
<style>
span { border-color: #C1710E; }
span { border-color: rgb(193,113,14); }
td.TdClassName
{
border-color: #C1710E;
}
.TagClassName
{
border-color: #C1710E;
}
</style>