Shades of Ochre #CE7A10
Tints of Ochre #CE7A10
RGB
CMYK
RGB Variations
Color information
#CE7A10 (or 0xCE7A10) is known color: Ochre. HEX triplet: CE, 7A and 10. RGB value is (206,122,16). Sum of RGB (Red+Green+Blue) = 206+122+16=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A10 is #3185EF. Grayscale: #878787. Windows color (decimal): -3245552 or 1080014. OLE color: 1080014.
HSL color Cylindrical-coordinate representation of color #CE7A10: hue angle of 33.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE7A10 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.19 |
| HSL | 33.47º | 0.86% | 0.44% | - |
| HSV(B) | 33.47º | 0.92% | 0.81% | - |
| XYZ | 32.51 | 27.08 | 4 | - |
| YUV | 135.03 | 60.83 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 16 | 0 | 0.41 | 0.92 | 0.19 | 33.47 | 0.86 | 0.44 |
| Hex | CE | 7A | 10 | 0 | 29 | 5C | 13 | 21 | 56 | 2C |
| Octal | 316 | 172 | 20 | 0 | 51 | 134 | 23 | 41 | 126 | 54 |
| Binary | 11001110 | 1111010 | 10000 | 0 | 101001 | 1011100 | 10011 | 100001 | 1010110 | 101100 |
Color Harmonies of #CE7A10
Complementary color
Monochromatic Colors of #CE7A10
Black with #CE7A10
Text Example
Text Example
White with #CE7A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A10; }
p { color: rgb(206,122,16); }
H1.HeaderClassName
{
color: #CE7A10;
}
.AnyTagClassName
{
color: #CE7A10;
}
</style>
background-color css
<style>
a { background-color: #CE7A10; }
a { background-color: rgb(206,122,16); }
div.DivClassName
{
background-color: #CE7A10;
}
.BgClassName
{
background-color: #CE7A10;
}
</style>
border-color css
<style>
span { border-color: #CE7A10; }
span { border-color: rgb(206,122,16); }
td.TdClassName
{
border-color: #CE7A10;
}
.TagClassName
{
border-color: #CE7A10;
}
</style>