Shades of Ochre #C1781E
Tints of Ochre #C1781E
RGB
CMYK
RGB Variations
Color information
#C1781E (or 0xC1781E) is known color: Ochre. HEX triplet: C1, 78 and 1E. RGB value is (193,120,30). Sum of RGB (Red+Green+Blue) = 193+120+30=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1781E is #3E87E1. Grayscale: #848484. Windows color (decimal): -4098018 or 1996993. OLE color: 1996993.
HSL color Cylindrical-coordinate representation of color #C1781E: hue angle of 33.13º 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 #C1781E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 30 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.24 |
| HSL | 33.13º | 0.73% | 0.44% | - |
| HSV(B) | 33.13º | 0.84% | 0.76% | - |
| XYZ | 28.94 | 24.86 | 4.5 | - |
| YUV | 131.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 30 | 0 | 0.38 | 0.84 | 0.24 | 33.13 | 0.73 | 0.44 |
| Hex | C1 | 78 | 1E | 0 | 26 | 54 | 18 | 21 | 49 | 2C |
| Octal | 301 | 170 | 36 | 0 | 46 | 124 | 30 | 41 | 111 | 54 |
| Binary | 11000001 | 1111000 | 11110 | 0 | 100110 | 1010100 | 11000 | 100001 | 1001001 | 101100 |
Color Harmonies of #C1781E
Complementary color
Monochromatic Colors of #C1781E
Black with #C1781E
Text Example
Text Example
White with #C1781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1781E; }
p { color: rgb(193,120,30); }
H1.HeaderClassName
{
color: #C1781E;
}
.AnyTagClassName
{
color: #C1781E;
}
</style>
background-color css
<style>
a { background-color: #C1781E; }
a { background-color: rgb(193,120,30); }
div.DivClassName
{
background-color: #C1781E;
}
.BgClassName
{
background-color: #C1781E;
}
</style>
border-color css
<style>
span { border-color: #C1781E; }
span { border-color: rgb(193,120,30); }
td.TdClassName
{
border-color: #C1781E;
}
.TagClassName
{
border-color: #C1781E;
}
</style>