Shades of Ochre #CE741C
Tints of Ochre #CE741C
RGB
CMYK
RGB Variations
Color information
#CE741C (or 0xCE741C) is known color: Ochre. HEX triplet: CE, 74 and 1C. RGB value is (206,116,28). Sum of RGB (Red+Green+Blue) = 206+116+28=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE741C is #318BE3. Grayscale: #858585. Windows color (decimal): -3247076 or 1864910. OLE color: 1864910.
HSL color Cylindrical-coordinate representation of color #CE741C: hue angle of 29.66º 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 #CE741C is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 28 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.19 |
| HSL | 29.66º | 0.76% | 0.46% | - |
| HSV(B) | 29.66º | 0.86% | 0.81% | - |
| XYZ | 31.91 | 25.7 | 4.38 | - |
| YUV | 132.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 28 | 0 | 0.44 | 0.86 | 0.19 | 29.66 | 0.76 | 0.46 |
| Hex | CE | 74 | 1C | 0 | 2C | 56 | 13 | 1E | 4C | 2E |
| Octal | 316 | 164 | 34 | 0 | 54 | 126 | 23 | 36 | 114 | 56 |
| Binary | 11001110 | 1110100 | 11100 | 0 | 101100 | 1010110 | 10011 | 11110 | 1001100 | 101110 |
Color Harmonies of #CE741C
Complementary color
Monochromatic Colors of #CE741C
Black with #CE741C
Text Example
Text Example
White with #CE741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE741C; }
p { color: rgb(206,116,28); }
H1.HeaderClassName
{
color: #CE741C;
}
.AnyTagClassName
{
color: #CE741C;
}
</style>
background-color css
<style>
a { background-color: #CE741C; }
a { background-color: rgb(206,116,28); }
div.DivClassName
{
background-color: #CE741C;
}
.BgClassName
{
background-color: #CE741C;
}
</style>
border-color css
<style>
span { border-color: #CE741C; }
span { border-color: rgb(206,116,28); }
td.TdClassName
{
border-color: #CE741C;
}
.TagClassName
{
border-color: #CE741C;
}
</style>