Shades of Ochre #CE7F0F
Tints of Ochre #CE7F0F
RGB
CMYK
RGB Variations
Color information
#CE7F0F (or 0xCE7F0F) is known color: Ochre. HEX triplet: CE, 7F and 0F. RGB value is (206,127,15). Sum of RGB (Red+Green+Blue) = 206+127+15=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F0F is #3180F0. Grayscale: #8A8A8A. Windows color (decimal): -3244273 or 1015758. OLE color: 1015758.
HSL color Cylindrical-coordinate representation of color #CE7F0F: hue angle of 35.18º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE7F0F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 15 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.19 |
| HSL | 35.18º | 0.86% | 0.43% | - |
| HSV(B) | 35.18º | 0.93% | 0.81% | - |
| XYZ | 33.13 | 28.34 | 4.18 | - |
| YUV | 137.85 | 58.67 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 15 | 0 | 0.38 | 0.93 | 0.19 | 35.18 | 0.86 | 0.43 |
| Hex | CE | 7F | F | 0 | 26 | 5D | 13 | 23 | 56 | 2B |
| Octal | 316 | 177 | 17 | 0 | 46 | 135 | 23 | 43 | 126 | 53 |
| Binary | 11001110 | 1111111 | 1111 | 0 | 100110 | 1011101 | 10011 | 100011 | 1010110 | 101011 |
Color Harmonies of #CE7F0F
Complementary color
Monochromatic Colors of #CE7F0F
Black with #CE7F0F
Text Example
Text Example
White with #CE7F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F0F; }
p { color: rgb(206,127,15); }
H1.HeaderClassName
{
color: #CE7F0F;
}
.AnyTagClassName
{
color: #CE7F0F;
}
</style>
background-color css
<style>
a { background-color: #CE7F0F; }
a { background-color: rgb(206,127,15); }
div.DivClassName
{
background-color: #CE7F0F;
}
.BgClassName
{
background-color: #CE7F0F;
}
</style>
border-color css
<style>
span { border-color: #CE7F0F; }
span { border-color: rgb(206,127,15); }
td.TdClassName
{
border-color: #CE7F0F;
}
.TagClassName
{
border-color: #CE7F0F;
}
</style>