Shades of Ochre #CE751F
Tints of Ochre #CE751F
RGB
CMYK
RGB Variations
Color information
#CE751F (or 0xCE751F) is known color: Ochre. HEX triplet: CE, 75 and 1F. RGB value is (206,117,31). Sum of RGB (Red+Green+Blue) = 206+117+31=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE751F is #318AE0. Grayscale: #868686. Windows color (decimal): -3246817 or 2061774. OLE color: 2061774.
HSL color Cylindrical-coordinate representation of color #CE751F: hue angle of 29.49º degrees, saturation: 0.74, 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 #CE751F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 31 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.19 |
| HSL | 29.49º | 0.74% | 0.46% | - |
| HSV(B) | 29.49º | 0.85% | 0.81% | - |
| XYZ | 32.06 | 25.94 | 4.61 | - |
| YUV | 133.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 31 | 0 | 0.43 | 0.85 | 0.19 | 29.49 | 0.74 | 0.46 |
| Hex | CE | 75 | 1F | 0 | 2B | 55 | 13 | 1D | 4A | 2E |
| Octal | 316 | 165 | 37 | 0 | 53 | 125 | 23 | 35 | 112 | 56 |
| Binary | 11001110 | 1110101 | 11111 | 0 | 101011 | 1010101 | 10011 | 11101 | 1001010 | 101110 |
Color Harmonies of #CE751F
Complementary color
Monochromatic Colors of #CE751F
Black with #CE751F
Text Example
Text Example
White with #CE751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE751F; }
p { color: rgb(206,117,31); }
H1.HeaderClassName
{
color: #CE751F;
}
.AnyTagClassName
{
color: #CE751F;
}
</style>
background-color css
<style>
a { background-color: #CE751F; }
a { background-color: rgb(206,117,31); }
div.DivClassName
{
background-color: #CE751F;
}
.BgClassName
{
background-color: #CE751F;
}
</style>
border-color css
<style>
span { border-color: #CE751F; }
span { border-color: rgb(206,117,31); }
td.TdClassName
{
border-color: #CE751F;
}
.TagClassName
{
border-color: #CE751F;
}
</style>