Shades of Ochre #C17010
Tints of Ochre #C17010
RGB
CMYK
RGB Variations
Color information
#C17010 (or 0xC17010) is known color: Ochre. HEX triplet: C1, 70 and 10. RGB value is (193,112,16). Sum of RGB (Red+Green+Blue) = 193+112+16=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C17010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17010 is #3E8FEF. Grayscale: #7D7D7D. Windows color (decimal): -4100080 or 1077441. OLE color: 1077441.
HSL color Cylindrical-coordinate representation of color #C17010: hue angle of 32.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C17010 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.24 |
| HSL | 32.54º | 0.85% | 0.41% | - |
| HSV(B) | 32.54º | 0.92% | 0.76% | - |
| XYZ | 27.88 | 22.96 | 3.45 | - |
| YUV | 125.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 16 | 0 | 0.42 | 0.92 | 0.24 | 32.54 | 0.85 | 0.41 |
| Hex | C1 | 70 | 10 | 0 | 2A | 5C | 18 | 21 | 55 | 29 |
| Octal | 301 | 160 | 20 | 0 | 52 | 134 | 30 | 41 | 125 | 51 |
| Binary | 11000001 | 1110000 | 10000 | 0 | 101010 | 1011100 | 11000 | 100001 | 1010101 | 101001 |
Color Harmonies of #C17010
Complementary color
Monochromatic Colors of #C17010
Black with #C17010
Text Example
Text Example
White with #C17010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17010; }
p { color: rgb(193,112,16); }
H1.HeaderClassName
{
color: #C17010;
}
.AnyTagClassName
{
color: #C17010;
}
</style>
background-color css
<style>
a { background-color: #C17010; }
a { background-color: rgb(193,112,16); }
div.DivClassName
{
background-color: #C17010;
}
.BgClassName
{
background-color: #C17010;
}
</style>
border-color css
<style>
span { border-color: #C17010; }
span { border-color: rgb(193,112,16); }
td.TdClassName
{
border-color: #C17010;
}
.TagClassName
{
border-color: #C17010;
}
</style>