Shades of Ochre #CE751B
Tints of Ochre #CE751B
RGB
CMYK
RGB Variations
Color information
#CE751B (or 0xCE751B) is known color: Ochre. HEX triplet: CE, 75 and 1B. RGB value is (206,117,27). Sum of RGB (Red+Green+Blue) = 206+117+27=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE751B is #318AE4. Grayscale: #858585. Windows color (decimal): -3246821 or 1799630. OLE color: 1799630.
HSL color Cylindrical-coordinate representation of color #CE751B: hue angle of 30.17º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE751B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 27 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.19 |
| HSL | 30.17º | 0.77% | 0.46% | - |
| HSV(B) | 30.17º | 0.87% | 0.81% | - |
| XYZ | 32.01 | 25.92 | 4.35 | - |
| YUV | 133.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 27 | 0 | 0.43 | 0.87 | 0.19 | 30.17 | 0.77 | 0.46 |
| Hex | CE | 75 | 1B | 0 | 2B | 57 | 13 | 1E | 4D | 2E |
| Octal | 316 | 165 | 33 | 0 | 53 | 127 | 23 | 36 | 115 | 56 |
| Binary | 11001110 | 1110101 | 11011 | 0 | 101011 | 1010111 | 10011 | 11110 | 1001101 | 101110 |
Color Harmonies of #CE751B
Complementary color
Monochromatic Colors of #CE751B
Black with #CE751B
Text Example
Text Example
White with #CE751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE751B; }
p { color: rgb(206,117,27); }
H1.HeaderClassName
{
color: #CE751B;
}
.AnyTagClassName
{
color: #CE751B;
}
</style>
background-color css
<style>
a { background-color: #CE751B; }
a { background-color: rgb(206,117,27); }
div.DivClassName
{
background-color: #CE751B;
}
.BgClassName
{
background-color: #CE751B;
}
</style>
border-color css
<style>
span { border-color: #CE751B; }
span { border-color: rgb(206,117,27); }
td.TdClassName
{
border-color: #CE751B;
}
.TagClassName
{
border-color: #CE751B;
}
</style>