Shades of Ochre #CF7310
Tints of Ochre #CF7310
RGB
CMYK
RGB Variations
Color information
#CF7310 (or 0xCF7310) is known color: Ochre. HEX triplet: CF, 73 and 10. RGB value is (207,115,16). Sum of RGB (Red+Green+Blue) = 207+115+16=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7310 is #308CEF. Grayscale: #838383. Windows color (decimal): -3181808 or 1078223. OLE color: 1078223.
HSL color Cylindrical-coordinate representation of color #CF7310: hue angle of 31.1º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF7310 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.19 |
| HSL | 31.1º | 0.86% | 0.44% | - |
| HSV(B) | 31.1º | 0.92% | 0.81% | - |
| XYZ | 31.96 | 25.56 | 3.74 | - |
| YUV | 131.22 | 62.98 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 16 | 0 | 0.44 | 0.92 | 0.19 | 31.1 | 0.86 | 0.44 |
| Hex | CF | 73 | 10 | 0 | 2C | 5C | 13 | 1F | 56 | 2C |
| Octal | 317 | 163 | 20 | 0 | 54 | 134 | 23 | 37 | 126 | 54 |
| Binary | 11001111 | 1110011 | 10000 | 0 | 101100 | 1011100 | 10011 | 11111 | 1010110 | 101100 |
Color Harmonies of #CF7310
Complementary color
Monochromatic Colors of #CF7310
Black with #CF7310
Text Example
Text Example
White with #CF7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7310; }
p { color: rgb(207,115,16); }
H1.HeaderClassName
{
color: #CF7310;
}
.AnyTagClassName
{
color: #CF7310;
}
</style>
background-color css
<style>
a { background-color: #CF7310; }
a { background-color: rgb(207,115,16); }
div.DivClassName
{
background-color: #CF7310;
}
.BgClassName
{
background-color: #CF7310;
}
</style>
border-color css
<style>
span { border-color: #CF7310; }
span { border-color: rgb(207,115,16); }
td.TdClassName
{
border-color: #CF7310;
}
.TagClassName
{
border-color: #CF7310;
}
</style>