Shades of Ochre #CE7C09
Tints of Ochre #CE7C09
RGB
CMYK
RGB Variations
Color information
#CE7C09 (or 0xCE7C09) is known color: Ochre. HEX triplet: CE, 7C and 09. RGB value is (206,124,9). Sum of RGB (Red+Green+Blue) = 206+124+9=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7C09 is #3183F6. Grayscale: #878787. Windows color (decimal): -3245047 or 621774. OLE color: 621774.
HSL color Cylindrical-coordinate representation of color #CE7C09: hue angle of 35.03º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE7C09 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.19 |
| HSL | 35.03º | 0.92% | 0.42% | - |
| HSV(B) | 35.03º | 0.96% | 0.81% | - |
| XYZ | 32.71 | 27.56 | 3.85 | - |
| YUV | 135.41 | 56.67 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 9 | 0 | 0.40 | 0.96 | 0.19 | 35.03 | 0.92 | 0.42 |
| Hex | CE | 7C | 9 | 0 | 28 | 60 | 13 | 23 | 5C | 2A |
| Octal | 316 | 174 | 11 | 0 | 50 | 140 | 23 | 43 | 134 | 52 |
| Binary | 11001110 | 1111100 | 1001 | 0 | 101000 | 1100000 | 10011 | 100011 | 1011100 | 101010 |
Color Harmonies of #CE7C09
Complementary color
Monochromatic Colors of #CE7C09
Black with #CE7C09
Text Example
Text Example
White with #CE7C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C09; }
p { color: rgb(206,124,9); }
H1.HeaderClassName
{
color: #CE7C09;
}
.AnyTagClassName
{
color: #CE7C09;
}
</style>
background-color css
<style>
a { background-color: #CE7C09; }
a { background-color: rgb(206,124,9); }
div.DivClassName
{
background-color: #CE7C09;
}
.BgClassName
{
background-color: #CE7C09;
}
</style>
border-color css
<style>
span { border-color: #CE7C09; }
span { border-color: rgb(206,124,9); }
td.TdClassName
{
border-color: #CE7C09;
}
.TagClassName
{
border-color: #CE7C09;
}
</style>