Shades of Ochre #CE7A1A
Tints of Ochre #CE7A1A
RGB
CMYK
RGB Variations
Color information
#CE7A1A (or 0xCE7A1A) is known color: Ochre. HEX triplet: CE, 7A and 1A. RGB value is (206,122,26). Sum of RGB (Red+Green+Blue) = 206+122+26=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A1A is #3185E5. Grayscale: #888888. Windows color (decimal): -3245542 or 1735374. OLE color: 1735374.
HSL color Cylindrical-coordinate representation of color #CE7A1A: hue angle of 32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE7A1A is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 26 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.19 |
| HSL | 32º | 0.78% | 0.45% | - |
| HSV(B) | 32º | 0.87% | 0.81% | - |
| XYZ | 32.6 | 27.12 | 4.49 | - |
| YUV | 136.17 | 65.83 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 26 | 0 | 0.41 | 0.87 | 0.19 | 32 | 0.78 | 0.45 |
| Hex | CE | 7A | 1A | 0 | 29 | 57 | 13 | 20 | 4E | 2D |
| Octal | 316 | 172 | 32 | 0 | 51 | 127 | 23 | 40 | 116 | 55 |
| Binary | 11001110 | 1111010 | 11010 | 0 | 101001 | 1010111 | 10011 | 100000 | 1001110 | 101101 |
Color Harmonies of #CE7A1A
Complementary color
Monochromatic Colors of #CE7A1A
Black with #CE7A1A
Text Example
Text Example
White with #CE7A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A1A; }
p { color: rgb(206,122,26); }
H1.HeaderClassName
{
color: #CE7A1A;
}
.AnyTagClassName
{
color: #CE7A1A;
}
</style>
background-color css
<style>
a { background-color: #CE7A1A; }
a { background-color: rgb(206,122,26); }
div.DivClassName
{
background-color: #CE7A1A;
}
.BgClassName
{
background-color: #CE7A1A;
}
</style>
border-color css
<style>
span { border-color: #CE7A1A; }
span { border-color: rgb(206,122,26); }
td.TdClassName
{
border-color: #CE7A1A;
}
.TagClassName
{
border-color: #CE7A1A;
}
</style>