Shades of Ochre #CE7A08
Tints of Ochre #CE7A08
RGB
CMYK
RGB Variations
Color information
#CE7A08 (or 0xCE7A08) is known color: Ochre. HEX triplet: CE, 7A and 08. RGB value is (206,122,8). Sum of RGB (Red+Green+Blue) = 206+122+8=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A08 is #3185F7. Grayscale: #868686. Windows color (decimal): -3245560 or 555726. OLE color: 555726.
HSL color Cylindrical-coordinate representation of color #CE7A08: hue angle of 34.55º degrees, saturation: 0.93, 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 #CE7A08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.19 |
| HSL | 34.55º | 0.93% | 0.42% | - |
| HSV(B) | 34.55º | 0.96% | 0.81% | - |
| XYZ | 32.46 | 27.06 | 3.74 | - |
| YUV | 134.12 | 56.83 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 8 | 0 | 0.41 | 0.96 | 0.19 | 34.55 | 0.93 | 0.42 |
| Hex | CE | 7A | 8 | 0 | 29 | 60 | 13 | 23 | 5D | 2A |
| Octal | 316 | 172 | 10 | 0 | 51 | 140 | 23 | 43 | 135 | 52 |
| Binary | 11001110 | 1111010 | 1000 | 0 | 101001 | 1100000 | 10011 | 100011 | 1011101 | 101010 |
Color Harmonies of #CE7A08
Complementary color
Monochromatic Colors of #CE7A08
Black with #CE7A08
Text Example
Text Example
White with #CE7A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A08; }
p { color: rgb(206,122,8); }
H1.HeaderClassName
{
color: #CE7A08;
}
.AnyTagClassName
{
color: #CE7A08;
}
</style>
background-color css
<style>
a { background-color: #CE7A08; }
a { background-color: rgb(206,122,8); }
div.DivClassName
{
background-color: #CE7A08;
}
.BgClassName
{
background-color: #CE7A08;
}
</style>
border-color css
<style>
span { border-color: #CE7A08; }
span { border-color: rgb(206,122,8); }
td.TdClassName
{
border-color: #CE7A08;
}
.TagClassName
{
border-color: #CE7A08;
}
</style>