Shades of Ochre #CE7028
Tints of Ochre #CE7028
RGB
CMYK
RGB Variations
Color information
#CE7028 (or 0xCE7028) is known color: Ochre. HEX triplet: CE, 70 and 28. RGB value is (206,112,40). Sum of RGB (Red+Green+Blue) = 206+112+40=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7028 is #318FD7. Grayscale: #848484. Windows color (decimal): -3248088 or 2650318. OLE color: 2650318.
HSL color Cylindrical-coordinate representation of color #CE7028: hue angle of 26.02º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE7028 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 40 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.19 |
| HSL | 26.02º | 0.67% | 0.48% | - |
| HSV(B) | 26.02º | 0.81% | 0.81% | - |
| XYZ | 31.63 | 24.86 | 5.14 | - |
| YUV | 131.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 40 | 0 | 0.46 | 0.81 | 0.19 | 26.02 | 0.67 | 0.48 |
| Hex | CE | 70 | 28 | 0 | 2E | 51 | 13 | 1A | 43 | 30 |
| Octal | 316 | 160 | 50 | 0 | 56 | 121 | 23 | 32 | 103 | 60 |
| Binary | 11001110 | 1110000 | 101000 | 0 | 101110 | 1010001 | 10011 | 11010 | 1000011 | 110000 |
Color Harmonies of #CE7028
Complementary color
Monochromatic Colors of #CE7028
Black with #CE7028
Text Example
Text Example
White with #CE7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7028; }
p { color: rgb(206,112,40); }
H1.HeaderClassName
{
color: #CE7028;
}
.AnyTagClassName
{
color: #CE7028;
}
</style>
background-color css
<style>
a { background-color: #CE7028; }
a { background-color: rgb(206,112,40); }
div.DivClassName
{
background-color: #CE7028;
}
.BgClassName
{
background-color: #CE7028;
}
</style>
border-color css
<style>
span { border-color: #CE7028; }
span { border-color: rgb(206,112,40); }
td.TdClassName
{
border-color: #CE7028;
}
.TagClassName
{
border-color: #CE7028;
}
</style>