Shades of Ochre #C17E1E
Tints of Ochre #C17E1E
RGB
CMYK
RGB Variations
Color information
#C17E1E (or 0xC17E1E) is known color: Ochre. HEX triplet: C1, 7E and 1E. RGB value is (193,126,30). Sum of RGB (Red+Green+Blue) = 193+126+30=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E1E is #3E81E1. Grayscale: #878787. Windows color (decimal): -4096482 or 1998529. OLE color: 1998529.
HSL color Cylindrical-coordinate representation of color #C17E1E: hue angle of 35.34º 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 #C17E1E is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 30 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.24 |
| HSL | 35.34º | 0.73% | 0.44% | - |
| HSV(B) | 35.34º | 0.84% | 0.76% | - |
| XYZ | 29.69 | 26.35 | 4.75 | - |
| YUV | 135.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 30 | 0 | 0.35 | 0.84 | 0.24 | 35.34 | 0.73 | 0.44 |
| Hex | C1 | 7E | 1E | 0 | 23 | 54 | 18 | 23 | 49 | 2C |
| Octal | 301 | 176 | 36 | 0 | 43 | 124 | 30 | 43 | 111 | 54 |
| Binary | 11000001 | 1111110 | 11110 | 0 | 100011 | 1010100 | 11000 | 100011 | 1001001 | 101100 |
Color Harmonies of #C17E1E
Complementary color
Monochromatic Colors of #C17E1E
Black with #C17E1E
Text Example
Text Example
White with #C17E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E1E; }
p { color: rgb(193,126,30); }
H1.HeaderClassName
{
color: #C17E1E;
}
.AnyTagClassName
{
color: #C17E1E;
}
</style>
background-color css
<style>
a { background-color: #C17E1E; }
a { background-color: rgb(193,126,30); }
div.DivClassName
{
background-color: #C17E1E;
}
.BgClassName
{
background-color: #C17E1E;
}
</style>
border-color css
<style>
span { border-color: #C17E1E; }
span { border-color: rgb(193,126,30); }
td.TdClassName
{
border-color: #C17E1E;
}
.TagClassName
{
border-color: #C17E1E;
}
</style>