Shades of Ochre #CE7D1A
Tints of Ochre #CE7D1A
RGB
CMYK
RGB Variations
Color information
#CE7D1A (or 0xCE7D1A) is known color: Ochre. HEX triplet: CE, 7D and 1A. RGB value is (206,125,26). Sum of RGB (Red+Green+Blue) = 206+125+26=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D1A is #3182E5. Grayscale: #8A8A8A. Windows color (decimal): -3244774 or 1736142. OLE color: 1736142.
HSL color Cylindrical-coordinate representation of color #CE7D1A: hue angle of 33º 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 #CE7D1A is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 26 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.19 |
| HSL | 33º | 0.78% | 0.45% | - |
| HSV(B) | 33º | 0.87% | 0.81% | - |
| XYZ | 32.97 | 27.86 | 4.62 | - |
| YUV | 137.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 26 | 0 | 0.39 | 0.87 | 0.19 | 33 | 0.78 | 0.45 |
| Hex | CE | 7D | 1A | 0 | 27 | 57 | 13 | 21 | 4E | 2D |
| Octal | 316 | 175 | 32 | 0 | 47 | 127 | 23 | 41 | 116 | 55 |
| Binary | 11001110 | 1111101 | 11010 | 0 | 100111 | 1010111 | 10011 | 100001 | 1001110 | 101101 |
Color Harmonies of #CE7D1A
Complementary color
Monochromatic Colors of #CE7D1A
Black with #CE7D1A
Text Example
Text Example
White with #CE7D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D1A; }
p { color: rgb(206,125,26); }
H1.HeaderClassName
{
color: #CE7D1A;
}
.AnyTagClassName
{
color: #CE7D1A;
}
</style>
background-color css
<style>
a { background-color: #CE7D1A; }
a { background-color: rgb(206,125,26); }
div.DivClassName
{
background-color: #CE7D1A;
}
.BgClassName
{
background-color: #CE7D1A;
}
</style>
border-color css
<style>
span { border-color: #CE7D1A; }
span { border-color: rgb(206,125,26); }
td.TdClassName
{
border-color: #CE7D1A;
}
.TagClassName
{
border-color: #CE7D1A;
}
</style>