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