Shades of Ochre #C16C1E
Tints of Ochre #C16C1E
RGB
CMYK
RGB Variations
Color information
#C16C1E (or 0xC16C1E) is known color: Ochre. HEX triplet: C1, 6C and 1E. RGB value is (193,108,30). Sum of RGB (Red+Green+Blue) = 193+108+30=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C1E is #3E93E1. Grayscale: #7C7C7C. Windows color (decimal): -4101090 or 1993921. OLE color: 1993921.
HSL color Cylindrical-coordinate representation of color #C16C1E: hue angle of 28.71º 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 #C16C1E is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 30 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.24 |
| HSL | 28.71º | 0.73% | 0.44% | - |
| HSV(B) | 28.71º | 0.84% | 0.76% | - |
| XYZ | 27.59 | 22.16 | 4.05 | - |
| YUV | 124.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 30 | 0 | 0.44 | 0.84 | 0.24 | 28.71 | 0.73 | 0.44 |
| Hex | C1 | 6C | 1E | 0 | 2C | 54 | 18 | 1D | 49 | 2C |
| Octal | 301 | 154 | 36 | 0 | 54 | 124 | 30 | 35 | 111 | 54 |
| Binary | 11000001 | 1101100 | 11110 | 0 | 101100 | 1010100 | 11000 | 11101 | 1001001 | 101100 |
Color Harmonies of #C16C1E
Complementary color
Monochromatic Colors of #C16C1E
Black with #C16C1E
Text Example
Text Example
White with #C16C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C1E; }
p { color: rgb(193,108,30); }
H1.HeaderClassName
{
color: #C16C1E;
}
.AnyTagClassName
{
color: #C16C1E;
}
</style>
background-color css
<style>
a { background-color: #C16C1E; }
a { background-color: rgb(193,108,30); }
div.DivClassName
{
background-color: #C16C1E;
}
.BgClassName
{
background-color: #C16C1E;
}
</style>
border-color css
<style>
span { border-color: #C16C1E; }
span { border-color: rgb(193,108,30); }
td.TdClassName
{
border-color: #C16C1E;
}
.TagClassName
{
border-color: #C16C1E;
}
</style>