Shades of Ochre #CF750F
Tints of Ochre #CF750F
RGB
CMYK
RGB Variations
Color information
#CF750F (or 0xCF750F) is known color: Ochre. HEX triplet: CF, 75 and 0F. RGB value is (207,117,15). Sum of RGB (Red+Green+Blue) = 207+117+15=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF750F is #308AF0. Grayscale: #848484. Windows color (decimal): -3181297 or 1013199. OLE color: 1013199.
HSL color Cylindrical-coordinate representation of color #CF750F: hue angle of 31.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF750F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.19 |
| HSL | 31.88º | 0.86% | 0.44% | - |
| HSV(B) | 31.88º | 0.93% | 0.81% | - |
| XYZ | 32.18 | 26.02 | 3.78 | - |
| YUV | 132.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 15 | 0 | 0.43 | 0.93 | 0.19 | 31.88 | 0.86 | 0.44 |
| Hex | CF | 75 | F | 0 | 2B | 5D | 13 | 20 | 56 | 2C |
| Octal | 317 | 165 | 17 | 0 | 53 | 135 | 23 | 40 | 126 | 54 |
| Binary | 11001111 | 1110101 | 1111 | 0 | 101011 | 1011101 | 10011 | 100000 | 1010110 | 101100 |
Color Harmonies of #CF750F
Complementary color
Monochromatic Colors of #CF750F
Black with #CF750F
Text Example
Text Example
White with #CF750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF750F; }
p { color: rgb(207,117,15); }
H1.HeaderClassName
{
color: #CF750F;
}
.AnyTagClassName
{
color: #CF750F;
}
</style>
background-color css
<style>
a { background-color: #CF750F; }
a { background-color: rgb(207,117,15); }
div.DivClassName
{
background-color: #CF750F;
}
.BgClassName
{
background-color: #CF750F;
}
</style>
border-color css
<style>
span { border-color: #CF750F; }
span { border-color: rgb(207,117,15); }
td.TdClassName
{
border-color: #CF750F;
}
.TagClassName
{
border-color: #CF750F;
}
</style>