Shades of Ochre #CE751D
Tints of Ochre #CE751D
RGB
CMYK
RGB Variations
Color information
#CE751D (or 0xCE751D) is known color: Ochre. HEX triplet: CE, 75 and 1D. RGB value is (206,117,29). Sum of RGB (Red+Green+Blue) = 206+117+29=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE751D is #318AE2. Grayscale: #868686. Windows color (decimal): -3246819 or 1930702. OLE color: 1930702.
HSL color Cylindrical-coordinate representation of color #CE751D: hue angle of 29.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE751D is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 29 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.19 |
| HSL | 29.83º | 0.75% | 0.46% | - |
| HSV(B) | 29.83º | 0.86% | 0.81% | - |
| XYZ | 32.04 | 25.93 | 4.48 | - |
| YUV | 133.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 29 | 0 | 0.43 | 0.86 | 0.19 | 29.83 | 0.75 | 0.46 |
| Hex | CE | 75 | 1D | 0 | 2B | 56 | 13 | 1E | 4B | 2E |
| Octal | 316 | 165 | 35 | 0 | 53 | 126 | 23 | 36 | 113 | 56 |
| Binary | 11001110 | 1110101 | 11101 | 0 | 101011 | 1010110 | 10011 | 11110 | 1001011 | 101110 |
Color Harmonies of #CE751D
Complementary color
Monochromatic Colors of #CE751D
Black with #CE751D
Text Example
Text Example
White with #CE751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE751D; }
p { color: rgb(206,117,29); }
H1.HeaderClassName
{
color: #CE751D;
}
.AnyTagClassName
{
color: #CE751D;
}
</style>
background-color css
<style>
a { background-color: #CE751D; }
a { background-color: rgb(206,117,29); }
div.DivClassName
{
background-color: #CE751D;
}
.BgClassName
{
background-color: #CE751D;
}
</style>
border-color css
<style>
span { border-color: #CE751D; }
span { border-color: rgb(206,117,29); }
td.TdClassName
{
border-color: #CE751D;
}
.TagClassName
{
border-color: #CE751D;
}
</style>