Shades of Ochre #C1721D
Tints of Ochre #C1721D
RGB
CMYK
RGB Variations
Color information
#C1721D (or 0xC1721D) is known color: Ochre. HEX triplet: C1, 72 and 1D. RGB value is (193,114,29). Sum of RGB (Red+Green+Blue) = 193+114+29=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1721D is #3E8DE2. Grayscale: #808080. Windows color (decimal): -4099555 or 1929921. OLE color: 1929921.
HSL color Cylindrical-coordinate representation of color #C1721D: hue angle of 31.1º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1721D is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 29 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.24 |
| HSL | 31.1º | 0.74% | 0.44% | - |
| HSV(B) | 31.1º | 0.85% | 0.76% | - |
| XYZ | 28.23 | 23.46 | 4.2 | - |
| YUV | 127.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 29 | 0 | 0.41 | 0.85 | 0.24 | 31.1 | 0.74 | 0.44 |
| Hex | C1 | 72 | 1D | 0 | 29 | 55 | 18 | 1F | 4A | 2C |
| Octal | 301 | 162 | 35 | 0 | 51 | 125 | 30 | 37 | 112 | 54 |
| Binary | 11000001 | 1110010 | 11101 | 0 | 101001 | 1010101 | 11000 | 11111 | 1001010 | 101100 |
Color Harmonies of #C1721D
Complementary color
Monochromatic Colors of #C1721D
Black with #C1721D
Text Example
Text Example
White with #C1721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1721D; }
p { color: rgb(193,114,29); }
H1.HeaderClassName
{
color: #C1721D;
}
.AnyTagClassName
{
color: #C1721D;
}
</style>
background-color css
<style>
a { background-color: #C1721D; }
a { background-color: rgb(193,114,29); }
div.DivClassName
{
background-color: #C1721D;
}
.BgClassName
{
background-color: #C1721D;
}
</style>
border-color css
<style>
span { border-color: #C1721D; }
span { border-color: rgb(193,114,29); }
td.TdClassName
{
border-color: #C1721D;
}
.TagClassName
{
border-color: #C1721D;
}
</style>