Shades of Ochre #CE811C
Tints of Ochre #CE811C
RGB
CMYK
RGB Variations
Color information
#CE811C (or 0xCE811C) is known color: Ochre. HEX triplet: CE, 81 and 1C. RGB value is (206,129,28). Sum of RGB (Red+Green+Blue) = 206+129+28=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE811C is #317EE3. Grayscale: #8C8C8C. Windows color (decimal): -3243748 or 1868238. OLE color: 1868238.
HSL color Cylindrical-coordinate representation of color #CE811C: hue angle of 34.04º 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 #CE811C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 28 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.19 |
| HSL | 34.04º | 0.76% | 0.46% | - |
| HSV(B) | 34.04º | 0.86% | 0.81% | - |
| XYZ | 33.51 | 28.91 | 4.91 | - |
| YUV | 140.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 28 | 0 | 0.37 | 0.86 | 0.19 | 34.04 | 0.76 | 0.46 |
| Hex | CE | 81 | 1C | 0 | 25 | 56 | 13 | 22 | 4C | 2E |
| Octal | 316 | 201 | 34 | 0 | 45 | 126 | 23 | 42 | 114 | 56 |
| Binary | 11001110 | 10000001 | 11100 | 0 | 100101 | 1010110 | 10011 | 100010 | 1001100 | 101110 |
Color Harmonies of #CE811C
Complementary color
Monochromatic Colors of #CE811C
Black with #CE811C
Text Example
Text Example
White with #CE811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE811C; }
p { color: rgb(206,129,28); }
H1.HeaderClassName
{
color: #CE811C;
}
.AnyTagClassName
{
color: #CE811C;
}
</style>
background-color css
<style>
a { background-color: #CE811C; }
a { background-color: rgb(206,129,28); }
div.DivClassName
{
background-color: #CE811C;
}
.BgClassName
{
background-color: #CE811C;
}
</style>
border-color css
<style>
span { border-color: #CE811C; }
span { border-color: rgb(206,129,28); }
td.TdClassName
{
border-color: #CE811C;
}
.TagClassName
{
border-color: #CE811C;
}
</style>