Shades of Ochre #CF7D19
Tints of Ochre #CF7D19
RGB
CMYK
RGB Variations
Color information
#CF7D19 (or 0xCF7D19) is known color: Ochre. HEX triplet: CF, 7D and 19. RGB value is (207,125,25). Sum of RGB (Red+Green+Blue) = 207+125+25=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D19 is #3082E6. Grayscale: #8A8A8A. Windows color (decimal): -3179239 or 1670607. OLE color: 1670607.
HSL color Cylindrical-coordinate representation of color #CF7D19: hue angle of 32.97º 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 #CF7D19 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 25 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.19 |
| HSL | 32.97º | 0.78% | 0.45% | - |
| HSV(B) | 32.97º | 0.88% | 0.81% | - |
| XYZ | 33.24 | 28 | 4.57 | - |
| YUV | 138.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 25 | 0 | 0.40 | 0.88 | 0.19 | 32.97 | 0.78 | 0.45 |
| Hex | CF | 7D | 19 | 0 | 28 | 58 | 13 | 21 | 4E | 2D |
| Octal | 317 | 175 | 31 | 0 | 50 | 130 | 23 | 41 | 116 | 55 |
| Binary | 11001111 | 1111101 | 11001 | 0 | 101000 | 1011000 | 10011 | 100001 | 1001110 | 101101 |
Color Harmonies of #CF7D19
Complementary color
Monochromatic Colors of #CF7D19
Black with #CF7D19
Text Example
Text Example
White with #CF7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D19; }
p { color: rgb(207,125,25); }
H1.HeaderClassName
{
color: #CF7D19;
}
.AnyTagClassName
{
color: #CF7D19;
}
</style>
background-color css
<style>
a { background-color: #CF7D19; }
a { background-color: rgb(207,125,25); }
div.DivClassName
{
background-color: #CF7D19;
}
.BgClassName
{
background-color: #CF7D19;
}
</style>
border-color css
<style>
span { border-color: #CF7D19; }
span { border-color: rgb(207,125,25); }
td.TdClassName
{
border-color: #CF7D19;
}
.TagClassName
{
border-color: #CF7D19;
}
</style>