Shades of Ochre #CF7817
Tints of Ochre #CF7817
RGB
CMYK
RGB Variations
Color information
#CF7817 (or 0xCF7817) is known color: Ochre. HEX triplet: CF, 78 and 17. RGB value is (207,120,23). Sum of RGB (Red+Green+Blue) = 207+120+23=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7817 is #3087E8. Grayscale: #878787. Windows color (decimal): -3180521 or 1538255. OLE color: 1538255.
HSL color Cylindrical-coordinate representation of color #CF7817: hue angle of 31.63º degrees, saturation: 0.8, 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 #CF7817 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.19 |
| HSL | 31.63º | 0.8% | 0.45% | - |
| HSV(B) | 31.63º | 0.89% | 0.81% | - |
| XYZ | 32.6 | 26.76 | 4.26 | - |
| YUV | 134.96 | 64.82 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 23 | 0 | 0.42 | 0.89 | 0.19 | 31.63 | 0.8 | 0.45 |
| Hex | CF | 78 | 17 | 0 | 2A | 59 | 13 | 20 | 50 | 2D |
| Octal | 317 | 170 | 27 | 0 | 52 | 131 | 23 | 40 | 120 | 55 |
| Binary | 11001111 | 1111000 | 10111 | 0 | 101010 | 1011001 | 10011 | 100000 | 1010000 | 101101 |
Color Harmonies of #CF7817
Complementary color
Monochromatic Colors of #CF7817
Black with #CF7817
Text Example
Text Example
White with #CF7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7817; }
p { color: rgb(207,120,23); }
H1.HeaderClassName
{
color: #CF7817;
}
.AnyTagClassName
{
color: #CF7817;
}
</style>
background-color css
<style>
a { background-color: #CF7817; }
a { background-color: rgb(207,120,23); }
div.DivClassName
{
background-color: #CF7817;
}
.BgClassName
{
background-color: #CF7817;
}
</style>
border-color css
<style>
span { border-color: #CF7817; }
span { border-color: rgb(207,120,23); }
td.TdClassName
{
border-color: #CF7817;
}
.TagClassName
{
border-color: #CF7817;
}
</style>