Shades of Ochre #CF7A20
Tints of Ochre #CF7A20
RGB
CMYK
RGB Variations
Color information
#CF7A20 (or 0xCF7A20) is known color: Ochre. HEX triplet: CF, 7A and 20. RGB value is (207,122,32). Sum of RGB (Red+Green+Blue) = 207+122+32=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A20 is #3085DF. Grayscale: #898989. Windows color (decimal): -3180000 or 2128591. OLE color: 2128591.
HSL color Cylindrical-coordinate representation of color #CF7A20: hue angle of 30.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF7A20 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 32 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.19 |
| HSL | 30.86º | 0.73% | 0.47% | - |
| HSV(B) | 30.86º | 0.85% | 0.81% | - |
| XYZ | 32.95 | 27.29 | 4.9 | - |
| YUV | 137.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 32 | 0 | 0.41 | 0.85 | 0.19 | 30.86 | 0.73 | 0.47 |
| Hex | CF | 7A | 20 | 0 | 29 | 55 | 13 | 1F | 49 | 2F |
| Octal | 317 | 172 | 40 | 0 | 51 | 125 | 23 | 37 | 111 | 57 |
| Binary | 11001111 | 1111010 | 100000 | 0 | 101001 | 1010101 | 10011 | 11111 | 1001001 | 101111 |
Color Harmonies of #CF7A20
Complementary color
Monochromatic Colors of #CF7A20
Black with #CF7A20
Text Example
Text Example
White with #CF7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A20; }
p { color: rgb(207,122,32); }
H1.HeaderClassName
{
color: #CF7A20;
}
.AnyTagClassName
{
color: #CF7A20;
}
</style>
background-color css
<style>
a { background-color: #CF7A20; }
a { background-color: rgb(207,122,32); }
div.DivClassName
{
background-color: #CF7A20;
}
.BgClassName
{
background-color: #CF7A20;
}
</style>
border-color css
<style>
span { border-color: #CF7A20; }
span { border-color: rgb(207,122,32); }
td.TdClassName
{
border-color: #CF7A20;
}
.TagClassName
{
border-color: #CF7A20;
}
</style>