Shades of Ochre #CE711C
Tints of Ochre #CE711C
RGB
CMYK
RGB Variations
Color information
#CE711C (or 0xCE711C) is known color: Ochre. HEX triplet: CE, 71 and 1C. RGB value is (206,113,28). Sum of RGB (Red+Green+Blue) = 206+113+28=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE711C is #318EE3. Grayscale: #838383. Windows color (decimal): -3247844 or 1864142. OLE color: 1864142.
HSL color Cylindrical-coordinate representation of color #CE711C: hue angle of 28.65º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE711C is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 28 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.19 |
| HSL | 28.65º | 0.76% | 0.46% | - |
| HSV(B) | 28.65º | 0.86% | 0.81% | - |
| XYZ | 31.57 | 25.02 | 4.26 | - |
| YUV | 131.12 | 69.81 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 28 | 0 | 0.45 | 0.86 | 0.19 | 28.65 | 0.76 | 0.46 |
| Hex | CE | 71 | 1C | 0 | 2D | 56 | 13 | 1D | 4C | 2E |
| Octal | 316 | 161 | 34 | 0 | 55 | 126 | 23 | 35 | 114 | 56 |
| Binary | 11001110 | 1110001 | 11100 | 0 | 101101 | 1010110 | 10011 | 11101 | 1001100 | 101110 |
Color Harmonies of #CE711C
Complementary color
Monochromatic Colors of #CE711C
Black with #CE711C
Text Example
Text Example
White with #CE711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE711C; }
p { color: rgb(206,113,28); }
H1.HeaderClassName
{
color: #CE711C;
}
.AnyTagClassName
{
color: #CE711C;
}
</style>
background-color css
<style>
a { background-color: #CE711C; }
a { background-color: rgb(206,113,28); }
div.DivClassName
{
background-color: #CE711C;
}
.BgClassName
{
background-color: #CE711C;
}
</style>
border-color css
<style>
span { border-color: #CE711C; }
span { border-color: rgb(206,113,28); }
td.TdClassName
{
border-color: #CE711C;
}
.TagClassName
{
border-color: #CE711C;
}
</style>