Shades of Ochre #CE7A1B
Tints of Ochre #CE7A1B
RGB
CMYK
RGB Variations
Color information
#CE7A1B (or 0xCE7A1B) is known color: Ochre. HEX triplet: CE, 7A and 1B. RGB value is (206,122,27). Sum of RGB (Red+Green+Blue) = 206+122+27=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A1B is #3185E4. Grayscale: #888888. Windows color (decimal): -3245541 or 1800910. OLE color: 1800910.
HSL color Cylindrical-coordinate representation of color #CE7A1B: hue angle of 31.84º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE7A1B is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 27 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.19 |
| HSL | 31.84º | 0.77% | 0.46% | - |
| HSV(B) | 31.84º | 0.87% | 0.81% | - |
| XYZ | 32.61 | 27.12 | 4.55 | - |
| YUV | 136.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 27 | 0 | 0.41 | 0.87 | 0.19 | 31.84 | 0.77 | 0.46 |
| Hex | CE | 7A | 1B | 0 | 29 | 57 | 13 | 20 | 4D | 2E |
| Octal | 316 | 172 | 33 | 0 | 51 | 127 | 23 | 40 | 115 | 56 |
| Binary | 11001110 | 1111010 | 11011 | 0 | 101001 | 1010111 | 10011 | 100000 | 1001101 | 101110 |
Color Harmonies of #CE7A1B
Complementary color
Monochromatic Colors of #CE7A1B
Black with #CE7A1B
Text Example
Text Example
White with #CE7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A1B; }
p { color: rgb(206,122,27); }
H1.HeaderClassName
{
color: #CE7A1B;
}
.AnyTagClassName
{
color: #CE7A1B;
}
</style>
background-color css
<style>
a { background-color: #CE7A1B; }
a { background-color: rgb(206,122,27); }
div.DivClassName
{
background-color: #CE7A1B;
}
.BgClassName
{
background-color: #CE7A1B;
}
</style>
border-color css
<style>
span { border-color: #CE7A1B; }
span { border-color: rgb(206,122,27); }
td.TdClassName
{
border-color: #CE7A1B;
}
.TagClassName
{
border-color: #CE7A1B;
}
</style>