Shades of Ochre #CF7316
Tints of Ochre #CF7316
RGB
CMYK
RGB Variations
Color information
#CF7316 (or 0xCF7316) is known color: Ochre. HEX triplet: CF, 73 and 16. RGB value is (207,115,22). Sum of RGB (Red+Green+Blue) = 207+115+22=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7316 is #308CE9. Grayscale: #848484. Windows color (decimal): -3181802 or 1471439. OLE color: 1471439.
HSL color Cylindrical-coordinate representation of color #CF7316: hue angle of 30.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF7316 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 22 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.19 |
| HSL | 30.16º | 0.81% | 0.45% | - |
| HSV(B) | 30.16º | 0.89% | 0.81% | - |
| XYZ | 32.01 | 25.58 | 4.01 | - |
| YUV | 131.91 | 65.98 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 22 | 0 | 0.44 | 0.89 | 0.19 | 30.16 | 0.81 | 0.45 |
| Hex | CF | 73 | 16 | 0 | 2C | 59 | 13 | 1E | 51 | 2D |
| Octal | 317 | 163 | 26 | 0 | 54 | 131 | 23 | 36 | 121 | 55 |
| Binary | 11001111 | 1110011 | 10110 | 0 | 101100 | 1011001 | 10011 | 11110 | 1010001 | 101101 |
Color Harmonies of #CF7316
Complementary color
Monochromatic Colors of #CF7316
Black with #CF7316
Text Example
Text Example
White with #CF7316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7316; }
p { color: rgb(207,115,22); }
H1.HeaderClassName
{
color: #CF7316;
}
.AnyTagClassName
{
color: #CF7316;
}
</style>
background-color css
<style>
a { background-color: #CF7316; }
a { background-color: rgb(207,115,22); }
div.DivClassName
{
background-color: #CF7316;
}
.BgClassName
{
background-color: #CF7316;
}
</style>
border-color css
<style>
span { border-color: #CF7316; }
span { border-color: rgb(207,115,22); }
td.TdClassName
{
border-color: #CF7316;
}
.TagClassName
{
border-color: #CF7316;
}
</style>