Shades of Ochre #CE7B16
Tints of Ochre #CE7B16
RGB
CMYK
RGB Variations
Color information
#CE7B16 (or 0xCE7B16) is known color: Ochre. HEX triplet: CE, 7B and 16. RGB value is (206,123,22). Sum of RGB (Red+Green+Blue) = 206+123+22=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B16 is #3184E9. Grayscale: #888888. Windows color (decimal): -3245290 or 1473486. OLE color: 1473486.
HSL color Cylindrical-coordinate representation of color #CE7B16: hue angle of 32.93º 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 #CE7B16 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.19 |
| HSL | 32.93º | 0.81% | 0.45% | - |
| HSV(B) | 32.93º | 0.89% | 0.81% | - |
| XYZ | 32.68 | 27.35 | 4.31 | - |
| YUV | 136.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 22 | 0 | 0.40 | 0.89 | 0.19 | 32.93 | 0.81 | 0.45 |
| Hex | CE | 7B | 16 | 0 | 28 | 59 | 13 | 21 | 51 | 2D |
| Octal | 316 | 173 | 26 | 0 | 50 | 131 | 23 | 41 | 121 | 55 |
| Binary | 11001110 | 1111011 | 10110 | 0 | 101000 | 1011001 | 10011 | 100001 | 1010001 | 101101 |
Color Harmonies of #CE7B16
Complementary color
Monochromatic Colors of #CE7B16
Black with #CE7B16
Text Example
Text Example
White with #CE7B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B16; }
p { color: rgb(206,123,22); }
H1.HeaderClassName
{
color: #CE7B16;
}
.AnyTagClassName
{
color: #CE7B16;
}
</style>
background-color css
<style>
a { background-color: #CE7B16; }
a { background-color: rgb(206,123,22); }
div.DivClassName
{
background-color: #CE7B16;
}
.BgClassName
{
background-color: #CE7B16;
}
</style>
border-color css
<style>
span { border-color: #CE7B16; }
span { border-color: rgb(206,123,22); }
td.TdClassName
{
border-color: #CE7B16;
}
.TagClassName
{
border-color: #CE7B16;
}
</style>