Shades of Ochre #CF7819
Tints of Ochre #CF7819
RGB
CMYK
RGB Variations
Color information
#CF7819 (or 0xCF7819) is known color: Ochre. HEX triplet: CF, 78 and 19. RGB value is (207,120,25). Sum of RGB (Red+Green+Blue) = 207+120+25=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7819 is #3087E6. Grayscale: #878787. Windows color (decimal): -3180519 or 1669327. OLE color: 1669327.
HSL color Cylindrical-coordinate representation of color #CF7819: hue angle of 31.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF7819 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.19 |
| HSL | 31.32º | 0.78% | 0.45% | - |
| HSV(B) | 31.32º | 0.88% | 0.81% | - |
| XYZ | 32.62 | 26.77 | 4.37 | - |
| YUV | 135.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 25 | 0 | 0.42 | 0.88 | 0.19 | 31.32 | 0.78 | 0.45 |
| Hex | CF | 78 | 19 | 0 | 2A | 58 | 13 | 1F | 4E | 2D |
| Octal | 317 | 170 | 31 | 0 | 52 | 130 | 23 | 37 | 116 | 55 |
| Binary | 11001111 | 1111000 | 11001 | 0 | 101010 | 1011000 | 10011 | 11111 | 1001110 | 101101 |
Color Harmonies of #CF7819
Complementary color
Monochromatic Colors of #CF7819
Black with #CF7819
Text Example
Text Example
White with #CF7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7819; }
p { color: rgb(207,120,25); }
H1.HeaderClassName
{
color: #CF7819;
}
.AnyTagClassName
{
color: #CF7819;
}
</style>
background-color css
<style>
a { background-color: #CF7819; }
a { background-color: rgb(207,120,25); }
div.DivClassName
{
background-color: #CF7819;
}
.BgClassName
{
background-color: #CF7819;
}
</style>
border-color css
<style>
span { border-color: #CF7819; }
span { border-color: rgb(207,120,25); }
td.TdClassName
{
border-color: #CF7819;
}
.TagClassName
{
border-color: #CF7819;
}
</style>