Shades of Ochre #CE791E
Tints of Ochre #CE791E
RGB
CMYK
RGB Variations
Color information
#CE791E (or 0xCE791E) is known color: Ochre. HEX triplet: CE, 79 and 1E. RGB value is (206,121,30). Sum of RGB (Red+Green+Blue) = 206+121+30=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE791E is #3186E1. Grayscale: #888888. Windows color (decimal): -3245794 or 1997262. OLE color: 1997262.
HSL color Cylindrical-coordinate representation of color #CE791E: hue angle of 31.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE791E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 30 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.19 |
| HSL | 31.02º | 0.75% | 0.46% | - |
| HSV(B) | 31.02º | 0.85% | 0.81% | - |
| XYZ | 32.53 | 26.89 | 4.7 | - |
| YUV | 136.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 30 | 0 | 0.41 | 0.85 | 0.19 | 31.02 | 0.75 | 0.46 |
| Hex | CE | 79 | 1E | 0 | 29 | 55 | 13 | 1F | 4B | 2E |
| Octal | 316 | 171 | 36 | 0 | 51 | 125 | 23 | 37 | 113 | 56 |
| Binary | 11001110 | 1111001 | 11110 | 0 | 101001 | 1010101 | 10011 | 11111 | 1001011 | 101110 |
Color Harmonies of #CE791E
Complementary color
Monochromatic Colors of #CE791E
Black with #CE791E
Text Example
Text Example
White with #CE791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE791E; }
p { color: rgb(206,121,30); }
H1.HeaderClassName
{
color: #CE791E;
}
.AnyTagClassName
{
color: #CE791E;
}
</style>
background-color css
<style>
a { background-color: #CE791E; }
a { background-color: rgb(206,121,30); }
div.DivClassName
{
background-color: #CE791E;
}
.BgClassName
{
background-color: #CE791E;
}
</style>
border-color css
<style>
span { border-color: #CE791E; }
span { border-color: rgb(206,121,30); }
td.TdClassName
{
border-color: #CE791E;
}
.TagClassName
{
border-color: #CE791E;
}
</style>