Shades of Ochre #CF7A22
Tints of Ochre #CF7A22
RGB
CMYK
RGB Variations
Color information
#CF7A22 (or 0xCF7A22) is known color: Ochre. HEX triplet: CF, 7A and 22. RGB value is (207,122,34). Sum of RGB (Red+Green+Blue) = 207+122+34=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A22 is #3085DD. Grayscale: #898989. Windows color (decimal): -3179998 or 2259663. OLE color: 2259663.
HSL color Cylindrical-coordinate representation of color #CF7A22: hue angle of 30.52º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF7A22 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 34 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.19 |
| HSL | 30.52º | 0.72% | 0.47% | - |
| HSV(B) | 30.52º | 0.84% | 0.81% | - |
| XYZ | 32.98 | 27.3 | 5.04 | - |
| YUV | 137.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 34 | 0 | 0.41 | 0.84 | 0.19 | 30.52 | 0.72 | 0.47 |
| Hex | CF | 7A | 22 | 0 | 29 | 54 | 13 | 1F | 48 | 2F |
| Octal | 317 | 172 | 42 | 0 | 51 | 124 | 23 | 37 | 110 | 57 |
| Binary | 11001111 | 1111010 | 100010 | 0 | 101001 | 1010100 | 10011 | 11111 | 1001000 | 101111 |
Color Harmonies of #CF7A22
Complementary color
Monochromatic Colors of #CF7A22
Black with #CF7A22
Text Example
Text Example
White with #CF7A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A22; }
p { color: rgb(207,122,34); }
H1.HeaderClassName
{
color: #CF7A22;
}
.AnyTagClassName
{
color: #CF7A22;
}
</style>
background-color css
<style>
a { background-color: #CF7A22; }
a { background-color: rgb(207,122,34); }
div.DivClassName
{
background-color: #CF7A22;
}
.BgClassName
{
background-color: #CF7A22;
}
</style>
border-color css
<style>
span { border-color: #CF7A22; }
span { border-color: rgb(207,122,34); }
td.TdClassName
{
border-color: #CF7A22;
}
.TagClassName
{
border-color: #CF7A22;
}
</style>