Shades of Ochre #CE7426
Tints of Ochre #CE7426
RGB
CMYK
RGB Variations
Color information
#CE7426 (or 0xCE7426) is known color: Ochre. HEX triplet: CE, 74 and 26. RGB value is (206,116,38). Sum of RGB (Red+Green+Blue) = 206+116+38=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7426 is #318BD9. Grayscale: #868686. Windows color (decimal): -3247066 or 2520270. OLE color: 2520270.
HSL color Cylindrical-coordinate representation of color #CE7426: hue angle of 27.86º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE7426 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 38 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.19 |
| HSL | 27.86º | 0.69% | 0.48% | - |
| HSV(B) | 27.86º | 0.82% | 0.81% | - |
| XYZ | 32.05 | 25.75 | 5.12 | - |
| YUV | 134.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 38 | 0 | 0.44 | 0.82 | 0.19 | 27.86 | 0.69 | 0.48 |
| Hex | CE | 74 | 26 | 0 | 2C | 52 | 13 | 1C | 45 | 30 |
| Octal | 316 | 164 | 46 | 0 | 54 | 122 | 23 | 34 | 105 | 60 |
| Binary | 11001110 | 1110100 | 100110 | 0 | 101100 | 1010010 | 10011 | 11100 | 1000101 | 110000 |
Color Harmonies of #CE7426
Complementary color
Monochromatic Colors of #CE7426
Black with #CE7426
Text Example
Text Example
White with #CE7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7426; }
p { color: rgb(206,116,38); }
H1.HeaderClassName
{
color: #CE7426;
}
.AnyTagClassName
{
color: #CE7426;
}
</style>
background-color css
<style>
a { background-color: #CE7426; }
a { background-color: rgb(206,116,38); }
div.DivClassName
{
background-color: #CE7426;
}
.BgClassName
{
background-color: #CE7426;
}
</style>
border-color css
<style>
span { border-color: #CE7426; }
span { border-color: rgb(206,116,38); }
td.TdClassName
{
border-color: #CE7426;
}
.TagClassName
{
border-color: #CE7426;
}
</style>