Shades of Ochre #CE8115
Tints of Ochre #CE8115
RGB
CMYK
RGB Variations
Color information
#CE8115 (or 0xCE8115) is known color: Ochre. HEX triplet: CE, 81 and 15. RGB value is (206,129,21). Sum of RGB (Red+Green+Blue) = 206+129+21=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8115 is #317EEA. Grayscale: #8C8C8C. Windows color (decimal): -3243755 or 1409486. OLE color: 1409486.
HSL color Cylindrical-coordinate representation of color #CE8115: hue angle of 35.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8115 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.19 |
| HSL | 35.03º | 0.81% | 0.45% | - |
| HSV(B) | 35.03º | 0.9% | 0.81% | - |
| XYZ | 33.44 | 28.88 | 4.52 | - |
| YUV | 139.71 | 61.01 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 21 | 0 | 0.37 | 0.90 | 0.19 | 35.03 | 0.81 | 0.45 |
| Hex | CE | 81 | 15 | 0 | 25 | 5A | 13 | 23 | 51 | 2D |
| Octal | 316 | 201 | 25 | 0 | 45 | 132 | 23 | 43 | 121 | 55 |
| Binary | 11001110 | 10000001 | 10101 | 0 | 100101 | 1011010 | 10011 | 100011 | 1010001 | 101101 |
Color Harmonies of #CE8115
Complementary color
Monochromatic Colors of #CE8115
Black with #CE8115
Text Example
Text Example
White with #CE8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8115; }
p { color: rgb(206,129,21); }
H1.HeaderClassName
{
color: #CE8115;
}
.AnyTagClassName
{
color: #CE8115;
}
</style>
background-color css
<style>
a { background-color: #CE8115; }
a { background-color: rgb(206,129,21); }
div.DivClassName
{
background-color: #CE8115;
}
.BgClassName
{
background-color: #CE8115;
}
</style>
border-color css
<style>
span { border-color: #CE8115; }
span { border-color: rgb(206,129,21); }
td.TdClassName
{
border-color: #CE8115;
}
.TagClassName
{
border-color: #CE8115;
}
</style>