Shades of Ochre #CE7A20
Tints of Ochre #CE7A20
RGB
CMYK
RGB Variations
Color information
#CE7A20 (or 0xCE7A20) is known color: Ochre. HEX triplet: CE, 7A and 20. RGB value is (206,122,32). Sum of RGB (Red+Green+Blue) = 206+122+32=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A20 is #3185DF. Grayscale: #898989. Windows color (decimal): -3245536 or 2128590. OLE color: 2128590.
HSL color Cylindrical-coordinate representation of color #CE7A20: hue angle of 31.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE7A20 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 32 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.19 |
| HSL | 31.03º | 0.73% | 0.47% | - |
| HSV(B) | 31.03º | 0.84% | 0.81% | - |
| XYZ | 32.67 | 27.15 | 4.88 | - |
| YUV | 136.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 32 | 0 | 0.41 | 0.84 | 0.19 | 31.03 | 0.73 | 0.47 |
| Hex | CE | 7A | 20 | 0 | 29 | 54 | 13 | 1F | 49 | 2F |
| Octal | 316 | 172 | 40 | 0 | 51 | 124 | 23 | 37 | 111 | 57 |
| Binary | 11001110 | 1111010 | 100000 | 0 | 101001 | 1010100 | 10011 | 11111 | 1001001 | 101111 |
Color Harmonies of #CE7A20
Complementary color
Monochromatic Colors of #CE7A20
Black with #CE7A20
Text Example
Text Example
White with #CE7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A20; }
p { color: rgb(206,122,32); }
H1.HeaderClassName
{
color: #CE7A20;
}
.AnyTagClassName
{
color: #CE7A20;
}
</style>
background-color css
<style>
a { background-color: #CE7A20; }
a { background-color: rgb(206,122,32); }
div.DivClassName
{
background-color: #CE7A20;
}
.BgClassName
{
background-color: #CE7A20;
}
</style>
border-color css
<style>
span { border-color: #CE7A20; }
span { border-color: rgb(206,122,32); }
td.TdClassName
{
border-color: #CE7A20;
}
.TagClassName
{
border-color: #CE7A20;
}
</style>