Shades of Ochre #CF7A19
Tints of Ochre #CF7A19
RGB
CMYK
RGB Variations
Color information
#CF7A19 (or 0xCF7A19) is known color: Ochre. HEX triplet: CF, 7A and 19. RGB value is (207,122,25). Sum of RGB (Red+Green+Blue) = 207+122+25=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A19 is #3085E6. Grayscale: #888888. Windows color (decimal): -3180007 or 1669839. OLE color: 1669839.
HSL color Cylindrical-coordinate representation of color #CF7A19: hue angle of 31.98º 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 #CF7A19 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 25 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.19 |
| HSL | 31.98º | 0.78% | 0.45% | - |
| HSV(B) | 31.98º | 0.88% | 0.81% | - |
| XYZ | 32.87 | 27.25 | 4.45 | - |
| YUV | 136.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 25 | 0 | 0.41 | 0.88 | 0.19 | 31.98 | 0.78 | 0.45 |
| Hex | CF | 7A | 19 | 0 | 29 | 58 | 13 | 20 | 4E | 2D |
| Octal | 317 | 172 | 31 | 0 | 51 | 130 | 23 | 40 | 116 | 55 |
| Binary | 11001111 | 1111010 | 11001 | 0 | 101001 | 1011000 | 10011 | 100000 | 1001110 | 101101 |
Color Harmonies of #CF7A19
Complementary color
Monochromatic Colors of #CF7A19
Black with #CF7A19
Text Example
Text Example
White with #CF7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A19; }
p { color: rgb(207,122,25); }
H1.HeaderClassName
{
color: #CF7A19;
}
.AnyTagClassName
{
color: #CF7A19;
}
</style>
background-color css
<style>
a { background-color: #CF7A19; }
a { background-color: rgb(207,122,25); }
div.DivClassName
{
background-color: #CF7A19;
}
.BgClassName
{
background-color: #CF7A19;
}
</style>
border-color css
<style>
span { border-color: #CF7A19; }
span { border-color: rgb(207,122,25); }
td.TdClassName
{
border-color: #CF7A19;
}
.TagClassName
{
border-color: #CF7A19;
}
</style>