Shades of Ochre #CE721B
Tints of Ochre #CE721B
RGB
CMYK
RGB Variations
Color information
#CE721B (or 0xCE721B) is known color: Ochre. HEX triplet: CE, 72 and 1B. RGB value is (206,114,27). Sum of RGB (Red+Green+Blue) = 206+114+27=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE721B is #318DE4. Grayscale: #848484. Windows color (decimal): -3247589 or 1798862. OLE color: 1798862.
HSL color Cylindrical-coordinate representation of color #CE721B: hue angle of 29.16º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE721B is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 27 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.19 |
| HSL | 29.16º | 0.77% | 0.46% | - |
| HSV(B) | 29.16º | 0.87% | 0.81% | - |
| XYZ | 31.67 | 25.24 | 4.24 | - |
| YUV | 131.59 | 68.98 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 27 | 0 | 0.45 | 0.87 | 0.19 | 29.16 | 0.77 | 0.46 |
| Hex | CE | 72 | 1B | 0 | 2D | 57 | 13 | 1D | 4D | 2E |
| Octal | 316 | 162 | 33 | 0 | 55 | 127 | 23 | 35 | 115 | 56 |
| Binary | 11001110 | 1110010 | 11011 | 0 | 101101 | 1010111 | 10011 | 11101 | 1001101 | 101110 |
Color Harmonies of #CE721B
Complementary color
Monochromatic Colors of #CE721B
Black with #CE721B
Text Example
Text Example
White with #CE721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE721B; }
p { color: rgb(206,114,27); }
H1.HeaderClassName
{
color: #CE721B;
}
.AnyTagClassName
{
color: #CE721B;
}
</style>
background-color css
<style>
a { background-color: #CE721B; }
a { background-color: rgb(206,114,27); }
div.DivClassName
{
background-color: #CE721B;
}
.BgClassName
{
background-color: #CE721B;
}
</style>
border-color css
<style>
span { border-color: #CE721B; }
span { border-color: rgb(206,114,27); }
td.TdClassName
{
border-color: #CE721B;
}
.TagClassName
{
border-color: #CE721B;
}
</style>