Shades of Ochre #CF7A18
Tints of Ochre #CF7A18
RGB
CMYK
RGB Variations
Color information
#CF7A18 (or 0xCF7A18) is known color: Ochre. HEX triplet: CF, 7A and 18. RGB value is (207,122,24). Sum of RGB (Red+Green+Blue) = 207+122+24=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A18 is #3085E7. Grayscale: #888888. Windows color (decimal): -3180008 or 1604303. OLE color: 1604303.
HSL color Cylindrical-coordinate representation of color #CF7A18: hue angle of 32.13º degrees, saturation: 0.79, 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 #CF7A18 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 24 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.19 |
| HSL | 32.13º | 0.79% | 0.45% | - |
| HSV(B) | 32.13º | 0.88% | 0.81% | - |
| XYZ | 32.86 | 27.25 | 4.39 | - |
| YUV | 136.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 24 | 0 | 0.41 | 0.88 | 0.19 | 32.13 | 0.79 | 0.45 |
| Hex | CF | 7A | 18 | 0 | 29 | 58 | 13 | 20 | 4F | 2D |
| Octal | 317 | 172 | 30 | 0 | 51 | 130 | 23 | 40 | 117 | 55 |
| Binary | 11001111 | 1111010 | 11000 | 0 | 101001 | 1011000 | 10011 | 100000 | 1001111 | 101101 |
Color Harmonies of #CF7A18
Complementary color
Monochromatic Colors of #CF7A18
Black with #CF7A18
Text Example
Text Example
White with #CF7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A18; }
p { color: rgb(207,122,24); }
H1.HeaderClassName
{
color: #CF7A18;
}
.AnyTagClassName
{
color: #CF7A18;
}
</style>
background-color css
<style>
a { background-color: #CF7A18; }
a { background-color: rgb(207,122,24); }
div.DivClassName
{
background-color: #CF7A18;
}
.BgClassName
{
background-color: #CF7A18;
}
</style>
border-color css
<style>
span { border-color: #CF7A18; }
span { border-color: rgb(207,122,24); }
td.TdClassName
{
border-color: #CF7A18;
}
.TagClassName
{
border-color: #CF7A18;
}
</style>