Shades of Ochre #CF741E
Tints of Ochre #CF741E
RGB
CMYK
RGB Variations
Color information
#CF741E (or 0xCF741E) is known color: Ochre. HEX triplet: CF, 74 and 1E. RGB value is (207,116,30). Sum of RGB (Red+Green+Blue) = 207+116+30=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF741E is #308BE1. Grayscale: #858585. Windows color (decimal): -3181538 or 1995983. OLE color: 1995983.
HSL color Cylindrical-coordinate representation of color #CF741E: hue angle of 29.15º 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 #CF741E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 30 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.19 |
| HSL | 29.15º | 0.75% | 0.46% | - |
| HSV(B) | 29.15º | 0.86% | 0.81% | - |
| XYZ | 32.21 | 25.85 | 4.52 | - |
| YUV | 133.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 30 | 0 | 0.44 | 0.86 | 0.19 | 29.15 | 0.75 | 0.46 |
| Hex | CF | 74 | 1E | 0 | 2C | 56 | 13 | 1D | 4B | 2E |
| Octal | 317 | 164 | 36 | 0 | 54 | 126 | 23 | 35 | 113 | 56 |
| Binary | 11001111 | 1110100 | 11110 | 0 | 101100 | 1010110 | 10011 | 11101 | 1001011 | 101110 |
Color Harmonies of #CF741E
Complementary color
Monochromatic Colors of #CF741E
Black with #CF741E
Text Example
Text Example
White with #CF741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF741E; }
p { color: rgb(207,116,30); }
H1.HeaderClassName
{
color: #CF741E;
}
.AnyTagClassName
{
color: #CF741E;
}
</style>
background-color css
<style>
a { background-color: #CF741E; }
a { background-color: rgb(207,116,30); }
div.DivClassName
{
background-color: #CF741E;
}
.BgClassName
{
background-color: #CF741E;
}
</style>
border-color css
<style>
span { border-color: #CF741E; }
span { border-color: rgb(207,116,30); }
td.TdClassName
{
border-color: #CF741E;
}
.TagClassName
{
border-color: #CF741E;
}
</style>