Shades of Ochre #C17510
Tints of Ochre #C17510
RGB
CMYK
RGB Variations
Color information
#C17510 (or 0xC17510) is known color: Ochre. HEX triplet: C1, 75 and 10. RGB value is (193,117,16). Sum of RGB (Red+Green+Blue) = 193+117+16=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C17510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17510 is #3E8AEF. Grayscale: #808080. Windows color (decimal): -4098800 or 1078721. OLE color: 1078721.
HSL color Cylindrical-coordinate representation of color #C17510: hue angle of 34.24º 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 #C17510 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 16 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.24 |
| HSL | 34.24º | 0.85% | 0.41% | - |
| HSV(B) | 34.24º | 0.92% | 0.76% | - |
| XYZ | 28.45 | 24.1 | 3.64 | - |
| YUV | 128.21 | 64.68 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 16 | 0 | 0.39 | 0.92 | 0.24 | 34.24 | 0.85 | 0.41 |
| Hex | C1 | 75 | 10 | 0 | 27 | 5C | 18 | 22 | 55 | 29 |
| Octal | 301 | 165 | 20 | 0 | 47 | 134 | 30 | 42 | 125 | 51 |
| Binary | 11000001 | 1110101 | 10000 | 0 | 100111 | 1011100 | 11000 | 100010 | 1010101 | 101001 |
Color Harmonies of #C17510
Complementary color
Monochromatic Colors of #C17510
Black with #C17510
Text Example
Text Example
White with #C17510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17510; }
p { color: rgb(193,117,16); }
H1.HeaderClassName
{
color: #C17510;
}
.AnyTagClassName
{
color: #C17510;
}
</style>
background-color css
<style>
a { background-color: #C17510; }
a { background-color: rgb(193,117,16); }
div.DivClassName
{
background-color: #C17510;
}
.BgClassName
{
background-color: #C17510;
}
</style>
border-color css
<style>
span { border-color: #C17510; }
span { border-color: rgb(193,117,16); }
td.TdClassName
{
border-color: #C17510;
}
.TagClassName
{
border-color: #C17510;
}
</style>