Shades of Ochre #CE7123
Tints of Ochre #CE7123
RGB
CMYK
RGB Variations
Color information
#CE7123 (or 0xCE7123) is known color: Ochre. HEX triplet: CE, 71 and 23. RGB value is (206,113,35). Sum of RGB (Red+Green+Blue) = 206+113+35=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7123 is #318EDC. Grayscale: #848484. Windows color (decimal): -3247837 or 2322894. OLE color: 2322894.
HSL color Cylindrical-coordinate representation of color #CE7123: hue angle of 27.37º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7123 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 35 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.19 |
| HSL | 27.37º | 0.71% | 0.47% | - |
| HSV(B) | 27.37º | 0.83% | 0.81% | - |
| XYZ | 31.66 | 25.05 | 4.76 | - |
| YUV | 131.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 35 | 0 | 0.45 | 0.83 | 0.19 | 27.37 | 0.71 | 0.47 |
| Hex | CE | 71 | 23 | 0 | 2D | 53 | 13 | 1B | 47 | 2F |
| Octal | 316 | 161 | 43 | 0 | 55 | 123 | 23 | 33 | 107 | 57 |
| Binary | 11001110 | 1110001 | 100011 | 0 | 101101 | 1010011 | 10011 | 11011 | 1000111 | 101111 |
Color Harmonies of #CE7123
Complementary color
Monochromatic Colors of #CE7123
Black with #CE7123
Text Example
Text Example
White with #CE7123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7123; }
p { color: rgb(206,113,35); }
H1.HeaderClassName
{
color: #CE7123;
}
.AnyTagClassName
{
color: #CE7123;
}
</style>
background-color css
<style>
a { background-color: #CE7123; }
a { background-color: rgb(206,113,35); }
div.DivClassName
{
background-color: #CE7123;
}
.BgClassName
{
background-color: #CE7123;
}
</style>
border-color css
<style>
span { border-color: #CE7123; }
span { border-color: rgb(206,113,35); }
td.TdClassName
{
border-color: #CE7123;
}
.TagClassName
{
border-color: #CE7123;
}
</style>