Shades of Ochre #CE7F16
Tints of Ochre #CE7F16
RGB
CMYK
RGB Variations
Color information
#CE7F16 (or 0xCE7F16) is known color: Ochre. HEX triplet: CE, 7F and 16. RGB value is (206,127,22). Sum of RGB (Red+Green+Blue) = 206+127+22=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F16 is #3180E9. Grayscale: #8B8B8B. Windows color (decimal): -3244266 or 1474510. OLE color: 1474510.
HSL color Cylindrical-coordinate representation of color #CE7F16: hue angle of 34.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE7F16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 22 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.19 |
| HSL | 34.24º | 0.81% | 0.45% | - |
| HSV(B) | 34.24º | 0.89% | 0.81% | - |
| XYZ | 33.19 | 28.36 | 4.48 | - |
| YUV | 138.65 | 62.17 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 22 | 0 | 0.38 | 0.89 | 0.19 | 34.24 | 0.81 | 0.45 |
| Hex | CE | 7F | 16 | 0 | 26 | 59 | 13 | 22 | 51 | 2D |
| Octal | 316 | 177 | 26 | 0 | 46 | 131 | 23 | 42 | 121 | 55 |
| Binary | 11001110 | 1111111 | 10110 | 0 | 100110 | 1011001 | 10011 | 100010 | 1010001 | 101101 |
Color Harmonies of #CE7F16
Complementary color
Monochromatic Colors of #CE7F16
Black with #CE7F16
Text Example
Text Example
White with #CE7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F16; }
p { color: rgb(206,127,22); }
H1.HeaderClassName
{
color: #CE7F16;
}
.AnyTagClassName
{
color: #CE7F16;
}
</style>
background-color css
<style>
a { background-color: #CE7F16; }
a { background-color: rgb(206,127,22); }
div.DivClassName
{
background-color: #CE7F16;
}
.BgClassName
{
background-color: #CE7F16;
}
</style>
border-color css
<style>
span { border-color: #CE7F16; }
span { border-color: rgb(206,127,22); }
td.TdClassName
{
border-color: #CE7F16;
}
.TagClassName
{
border-color: #CE7F16;
}
</style>