Shades of Ochre #C1771A
Tints of Ochre #C1771A
RGB
CMYK
RGB Variations
Color information
#C1771A (or 0xC1771A) is known color: Ochre. HEX triplet: C1, 77 and 1A. RGB value is (193,119,26). Sum of RGB (Red+Green+Blue) = 193+119+26=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1771A is #3E88E5. Grayscale: #828282. Windows color (decimal): -4098278 or 1734593. OLE color: 1734593.
HSL color Cylindrical-coordinate representation of color #C1771A: hue angle of 33.41º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1771A is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 26 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.24 |
| HSL | 33.41º | 0.76% | 0.43% | - |
| HSV(B) | 33.41º | 0.87% | 0.76% | - |
| XYZ | 28.78 | 24.61 | 4.21 | - |
| YUV | 130.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 26 | 0 | 0.38 | 0.87 | 0.24 | 33.41 | 0.76 | 0.43 |
| Hex | C1 | 77 | 1A | 0 | 26 | 57 | 18 | 21 | 4C | 2B |
| Octal | 301 | 167 | 32 | 0 | 46 | 127 | 30 | 41 | 114 | 53 |
| Binary | 11000001 | 1110111 | 11010 | 0 | 100110 | 1010111 | 11000 | 100001 | 1001100 | 101011 |
Color Harmonies of #C1771A
Complementary color
Monochromatic Colors of #C1771A
Black with #C1771A
Text Example
Text Example
White with #C1771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1771A; }
p { color: rgb(193,119,26); }
H1.HeaderClassName
{
color: #C1771A;
}
.AnyTagClassName
{
color: #C1771A;
}
</style>
background-color css
<style>
a { background-color: #C1771A; }
a { background-color: rgb(193,119,26); }
div.DivClassName
{
background-color: #C1771A;
}
.BgClassName
{
background-color: #C1771A;
}
</style>
border-color css
<style>
span { border-color: #C1771A; }
span { border-color: rgb(193,119,26); }
td.TdClassName
{
border-color: #C1771A;
}
.TagClassName
{
border-color: #C1771A;
}
</style>