Shades of Ochre #CE751E
Tints of Ochre #CE751E
RGB
CMYK
RGB Variations
Color information
#CE751E (or 0xCE751E) is known color: Ochre. HEX triplet: CE, 75 and 1E. RGB value is (206,117,30). Sum of RGB (Red+Green+Blue) = 206+117+30=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE751E is #318AE1. Grayscale: #868686. Windows color (decimal): -3246818 or 1996238. OLE color: 1996238.
HSL color Cylindrical-coordinate representation of color #CE751E: hue angle of 29.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE751E is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 30 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.19 |
| HSL | 29.66º | 0.75% | 0.46% | - |
| HSV(B) | 29.66º | 0.85% | 0.81% | - |
| XYZ | 32.05 | 25.94 | 4.55 | - |
| YUV | 133.69 | 69.49 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 30 | 0 | 0.43 | 0.85 | 0.19 | 29.66 | 0.75 | 0.46 |
| Hex | CE | 75 | 1E | 0 | 2B | 55 | 13 | 1E | 4B | 2E |
| Octal | 316 | 165 | 36 | 0 | 53 | 125 | 23 | 36 | 113 | 56 |
| Binary | 11001110 | 1110101 | 11110 | 0 | 101011 | 1010101 | 10011 | 11110 | 1001011 | 101110 |
Color Harmonies of #CE751E
Complementary color
Monochromatic Colors of #CE751E
Black with #CE751E
Text Example
Text Example
White with #CE751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE751E; }
p { color: rgb(206,117,30); }
H1.HeaderClassName
{
color: #CE751E;
}
.AnyTagClassName
{
color: #CE751E;
}
</style>
background-color css
<style>
a { background-color: #CE751E; }
a { background-color: rgb(206,117,30); }
div.DivClassName
{
background-color: #CE751E;
}
.BgClassName
{
background-color: #CE751E;
}
</style>
border-color css
<style>
span { border-color: #CE751E; }
span { border-color: rgb(206,117,30); }
td.TdClassName
{
border-color: #CE751E;
}
.TagClassName
{
border-color: #CE751E;
}
</style>