Shades of Ochre #CF750E
Tints of Ochre #CF750E
RGB
CMYK
RGB Variations
Color information
#CF750E (or 0xCF750E) is known color: Ochre. HEX triplet: CF, 75 and 0E. RGB value is (207,117,14). Sum of RGB (Red+Green+Blue) = 207+117+14=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF750E is #308AF1. Grayscale: #848484. Windows color (decimal): -3181298 or 947663. OLE color: 947663.
HSL color Cylindrical-coordinate representation of color #CF750E: hue angle of 32.02º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF750E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.19 |
| HSL | 32.02º | 0.87% | 0.43% | - |
| HSV(B) | 32.02º | 0.93% | 0.81% | - |
| XYZ | 32.17 | 26.02 | 3.74 | - |
| YUV | 132.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 14 | 0 | 0.43 | 0.93 | 0.19 | 32.02 | 0.87 | 0.43 |
| Hex | CF | 75 | E | 0 | 2B | 5D | 13 | 20 | 57 | 2B |
| Octal | 317 | 165 | 16 | 0 | 53 | 135 | 23 | 40 | 127 | 53 |
| Binary | 11001111 | 1110101 | 1110 | 0 | 101011 | 1011101 | 10011 | 100000 | 1010111 | 101011 |
Color Harmonies of #CF750E
Complementary color
Monochromatic Colors of #CF750E
Black with #CF750E
Text Example
Text Example
White with #CF750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF750E; }
p { color: rgb(207,117,14); }
H1.HeaderClassName
{
color: #CF750E;
}
.AnyTagClassName
{
color: #CF750E;
}
</style>
background-color css
<style>
a { background-color: #CF750E; }
a { background-color: rgb(207,117,14); }
div.DivClassName
{
background-color: #CF750E;
}
.BgClassName
{
background-color: #CF750E;
}
</style>
border-color css
<style>
span { border-color: #CF750E; }
span { border-color: rgb(207,117,14); }
td.TdClassName
{
border-color: #CF750E;
}
.TagClassName
{
border-color: #CF750E;
}
</style>