Shades of Ochre #CE7D1C
Tints of Ochre #CE7D1C
RGB
CMYK
RGB Variations
Color information
#CE7D1C (or 0xCE7D1C) is known color: Ochre. HEX triplet: CE, 7D and 1C. RGB value is (206,125,28). Sum of RGB (Red+Green+Blue) = 206+125+28=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D1C is #3182E3. Grayscale: #8A8A8A. Windows color (decimal): -3244772 or 1867214. OLE color: 1867214.
HSL color Cylindrical-coordinate representation of color #CE7D1C: hue angle of 32.7º 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 #CE7D1C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 28 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.19 |
| HSL | 32.7º | 0.76% | 0.46% | - |
| HSV(B) | 32.7º | 0.86% | 0.81% | - |
| XYZ | 33 | 27.87 | 4.74 | - |
| YUV | 138.16 | 65.84 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 28 | 0 | 0.39 | 0.86 | 0.19 | 32.7 | 0.76 | 0.46 |
| Hex | CE | 7D | 1C | 0 | 27 | 56 | 13 | 21 | 4C | 2E |
| Octal | 316 | 175 | 34 | 0 | 47 | 126 | 23 | 41 | 114 | 56 |
| Binary | 11001110 | 1111101 | 11100 | 0 | 100111 | 1010110 | 10011 | 100001 | 1001100 | 101110 |
Color Harmonies of #CE7D1C
Complementary color
Monochromatic Colors of #CE7D1C
Black with #CE7D1C
Text Example
Text Example
White with #CE7D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D1C; }
p { color: rgb(206,125,28); }
H1.HeaderClassName
{
color: #CE7D1C;
}
.AnyTagClassName
{
color: #CE7D1C;
}
</style>
background-color css
<style>
a { background-color: #CE7D1C; }
a { background-color: rgb(206,125,28); }
div.DivClassName
{
background-color: #CE7D1C;
}
.BgClassName
{
background-color: #CE7D1C;
}
</style>
border-color css
<style>
span { border-color: #CE7D1C; }
span { border-color: rgb(206,125,28); }
td.TdClassName
{
border-color: #CE7D1C;
}
.TagClassName
{
border-color: #CE7D1C;
}
</style>