Shades of Ochre #CE7421
Tints of Ochre #CE7421
RGB
CMYK
RGB Variations
Color information
#CE7421 (or 0xCE7421) is known color: Ochre. HEX triplet: CE, 74 and 21. RGB value is (206,116,33). Sum of RGB (Red+Green+Blue) = 206+116+33=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7421 is #318BDE. Grayscale: #858585. Windows color (decimal): -3247071 or 2192590. OLE color: 2192590.
HSL color Cylindrical-coordinate representation of color #CE7421: hue angle of 28.79º degrees, saturation: 0.72, 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 #CE7421 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 33 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.19 |
| HSL | 28.79º | 0.72% | 0.47% | - |
| HSV(B) | 28.79º | 0.84% | 0.81% | - |
| XYZ | 31.97 | 25.72 | 4.72 | - |
| YUV | 133.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 33 | 0 | 0.44 | 0.84 | 0.19 | 28.79 | 0.72 | 0.47 |
| Hex | CE | 74 | 21 | 0 | 2C | 54 | 13 | 1D | 48 | 2F |
| Octal | 316 | 164 | 41 | 0 | 54 | 124 | 23 | 35 | 110 | 57 |
| Binary | 11001110 | 1110100 | 100001 | 0 | 101100 | 1010100 | 10011 | 11101 | 1001000 | 101111 |
Color Harmonies of #CE7421
Complementary color
Monochromatic Colors of #CE7421
Black with #CE7421
Text Example
Text Example
White with #CE7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7421; }
p { color: rgb(206,116,33); }
H1.HeaderClassName
{
color: #CE7421;
}
.AnyTagClassName
{
color: #CE7421;
}
</style>
background-color css
<style>
a { background-color: #CE7421; }
a { background-color: rgb(206,116,33); }
div.DivClassName
{
background-color: #CE7421;
}
.BgClassName
{
background-color: #CE7421;
}
</style>
border-color css
<style>
span { border-color: #CE7421; }
span { border-color: rgb(206,116,33); }
td.TdClassName
{
border-color: #CE7421;
}
.TagClassName
{
border-color: #CE7421;
}
</style>