Shades of Ochre #CE751C
Tints of Ochre #CE751C
RGB
CMYK
RGB Variations
Color information
#CE751C (or 0xCE751C) is known color: Ochre. HEX triplet: CE, 75 and 1C. RGB value is (206,117,28). Sum of RGB (Red+Green+Blue) = 206+117+28=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE751C is #318AE3. Grayscale: #858585. Windows color (decimal): -3246820 or 1865166. OLE color: 1865166.
HSL color Cylindrical-coordinate representation of color #CE751C: hue angle of 30º degrees, saturation: 0.76, 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 #CE751C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 28 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.19 |
| HSL | 30º | 0.76% | 0.46% | - |
| HSV(B) | 30º | 0.86% | 0.81% | - |
| XYZ | 32.02 | 25.93 | 4.42 | - |
| YUV | 133.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 28 | 0 | 0.43 | 0.86 | 0.19 | 30 | 0.76 | 0.46 |
| Hex | CE | 75 | 1C | 0 | 2B | 56 | 13 | 1E | 4C | 2E |
| Octal | 316 | 165 | 34 | 0 | 53 | 126 | 23 | 36 | 114 | 56 |
| Binary | 11001110 | 1110101 | 11100 | 0 | 101011 | 1010110 | 10011 | 11110 | 1001100 | 101110 |
Color Harmonies of #CE751C
Complementary color
Monochromatic Colors of #CE751C
Black with #CE751C
Text Example
Text Example
White with #CE751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE751C; }
p { color: rgb(206,117,28); }
H1.HeaderClassName
{
color: #CE751C;
}
.AnyTagClassName
{
color: #CE751C;
}
</style>
background-color css
<style>
a { background-color: #CE751C; }
a { background-color: rgb(206,117,28); }
div.DivClassName
{
background-color: #CE751C;
}
.BgClassName
{
background-color: #CE751C;
}
</style>
border-color css
<style>
span { border-color: #CE751C; }
span { border-color: rgb(206,117,28); }
td.TdClassName
{
border-color: #CE751C;
}
.TagClassName
{
border-color: #CE751C;
}
</style>