Shades of Ochre #C1701E
Tints of Ochre #C1701E
RGB
CMYK
RGB Variations
Color information
#C1701E (or 0xC1701E) is known color: Ochre. HEX triplet: C1, 70 and 1E. RGB value is (193,112,30). Sum of RGB (Red+Green+Blue) = 193+112+30=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1701E is #3E8FE1. Grayscale: #7F7F7F. Windows color (decimal): -4100066 or 1994945. OLE color: 1994945.
HSL color Cylindrical-coordinate representation of color #C1701E: hue angle of 30.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1701E is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 30 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.24 |
| HSL | 30.18º | 0.73% | 0.44% | - |
| HSV(B) | 30.18º | 0.84% | 0.76% | - |
| XYZ | 28.02 | 23.02 | 4.19 | - |
| YUV | 126.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 30 | 0 | 0.42 | 0.84 | 0.24 | 30.18 | 0.73 | 0.44 |
| Hex | C1 | 70 | 1E | 0 | 2A | 54 | 18 | 1E | 49 | 2C |
| Octal | 301 | 160 | 36 | 0 | 52 | 124 | 30 | 36 | 111 | 54 |
| Binary | 11000001 | 1110000 | 11110 | 0 | 101010 | 1010100 | 11000 | 11110 | 1001001 | 101100 |
Color Harmonies of #C1701E
Complementary color
Monochromatic Colors of #C1701E
Black with #C1701E
Text Example
Text Example
White with #C1701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1701E; }
p { color: rgb(193,112,30); }
H1.HeaderClassName
{
color: #C1701E;
}
.AnyTagClassName
{
color: #C1701E;
}
</style>
background-color css
<style>
a { background-color: #C1701E; }
a { background-color: rgb(193,112,30); }
div.DivClassName
{
background-color: #C1701E;
}
.BgClassName
{
background-color: #C1701E;
}
</style>
border-color css
<style>
span { border-color: #C1701E; }
span { border-color: rgb(193,112,30); }
td.TdClassName
{
border-color: #C1701E;
}
.TagClassName
{
border-color: #C1701E;
}
</style>