Shades of Ochre #C1721A
Tints of Ochre #C1721A
RGB
CMYK
RGB Variations
Color information
#C1721A (or 0xC1721A) is known color: Ochre. HEX triplet: C1, 72 and 1A. RGB value is (193,114,26). Sum of RGB (Red+Green+Blue) = 193+114+26=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1721A is #3E8DE5. Grayscale: #808080. Windows color (decimal): -4099558 or 1733313. OLE color: 1733313.
HSL color Cylindrical-coordinate representation of color #C1721A: hue angle of 31.62º 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 #C1721A is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 26 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.24 |
| HSL | 31.62º | 0.76% | 0.43% | - |
| HSV(B) | 31.62º | 0.87% | 0.76% | - |
| XYZ | 28.2 | 23.45 | 4.02 | - |
| YUV | 127.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 26 | 0 | 0.41 | 0.87 | 0.24 | 31.62 | 0.76 | 0.43 |
| Hex | C1 | 72 | 1A | 0 | 29 | 57 | 18 | 20 | 4C | 2B |
| Octal | 301 | 162 | 32 | 0 | 51 | 127 | 30 | 40 | 114 | 53 |
| Binary | 11000001 | 1110010 | 11010 | 0 | 101001 | 1010111 | 11000 | 100000 | 1001100 | 101011 |
Color Harmonies of #C1721A
Complementary color
Monochromatic Colors of #C1721A
Black with #C1721A
Text Example
Text Example
White with #C1721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1721A; }
p { color: rgb(193,114,26); }
H1.HeaderClassName
{
color: #C1721A;
}
.AnyTagClassName
{
color: #C1721A;
}
</style>
background-color css
<style>
a { background-color: #C1721A; }
a { background-color: rgb(193,114,26); }
div.DivClassName
{
background-color: #C1721A;
}
.BgClassName
{
background-color: #C1721A;
}
</style>
border-color css
<style>
span { border-color: #C1721A; }
span { border-color: rgb(193,114,26); }
td.TdClassName
{
border-color: #C1721A;
}
.TagClassName
{
border-color: #C1721A;
}
</style>