Shades of Ochre #CE7129
Tints of Ochre #CE7129
RGB
CMYK
RGB Variations
Color information
#CE7129 (or 0xCE7129) is known color: Ochre. HEX triplet: CE, 71 and 29. RGB value is (206,113,41). Sum of RGB (Red+Green+Blue) = 206+113+41=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7129 is #318ED6. Grayscale: #848484. Windows color (decimal): -3247831 or 2716110. OLE color: 2716110.
HSL color Cylindrical-coordinate representation of color #CE7129: hue angle of 26.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE7129 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 41 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.19 |
| HSL | 26.18º | 0.67% | 0.48% | - |
| HSV(B) | 26.18º | 0.8% | 0.81% | - |
| XYZ | 31.76 | 25.09 | 5.27 | - |
| YUV | 132.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 41 | 0 | 0.45 | 0.80 | 0.19 | 26.18 | 0.67 | 0.48 |
| Hex | CE | 71 | 29 | 0 | 2D | 50 | 13 | 1A | 43 | 30 |
| Octal | 316 | 161 | 51 | 0 | 55 | 120 | 23 | 32 | 103 | 60 |
| Binary | 11001110 | 1110001 | 101001 | 0 | 101101 | 1010000 | 10011 | 11010 | 1000011 | 110000 |
Color Harmonies of #CE7129
Complementary color
Monochromatic Colors of #CE7129
Black with #CE7129
Text Example
Text Example
White with #CE7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7129; }
p { color: rgb(206,113,41); }
H1.HeaderClassName
{
color: #CE7129;
}
.AnyTagClassName
{
color: #CE7129;
}
</style>
background-color css
<style>
a { background-color: #CE7129; }
a { background-color: rgb(206,113,41); }
div.DivClassName
{
background-color: #CE7129;
}
.BgClassName
{
background-color: #CE7129;
}
</style>
border-color css
<style>
span { border-color: #CE7129; }
span { border-color: rgb(206,113,41); }
td.TdClassName
{
border-color: #CE7129;
}
.TagClassName
{
border-color: #CE7129;
}
</style>