Shades of Ochre #CF7C22
Tints of Ochre #CF7C22
RGB
CMYK
RGB Variations
Color information
#CF7C22 (or 0xCF7C22) is known color: Ochre. HEX triplet: CF, 7C and 22. RGB value is (207,124,34). Sum of RGB (Red+Green+Blue) = 207+124+34=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C22 is #3083DD. Grayscale: #8B8B8B. Windows color (decimal): -3179486 or 2260175. OLE color: 2260175.
HSL color Cylindrical-coordinate representation of color #CF7C22: hue angle of 31.21º 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 #CF7C22 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 34 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.19 |
| HSL | 31.21º | 0.72% | 0.47% | - |
| HSV(B) | 31.21º | 0.84% | 0.81% | - |
| XYZ | 33.23 | 27.8 | 5.13 | - |
| YUV | 138.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 34 | 0 | 0.40 | 0.84 | 0.19 | 31.21 | 0.72 | 0.47 |
| Hex | CF | 7C | 22 | 0 | 28 | 54 | 13 | 1F | 48 | 2F |
| Octal | 317 | 174 | 42 | 0 | 50 | 124 | 23 | 37 | 110 | 57 |
| Binary | 11001111 | 1111100 | 100010 | 0 | 101000 | 1010100 | 10011 | 11111 | 1001000 | 101111 |
Color Harmonies of #CF7C22
Complementary color
Monochromatic Colors of #CF7C22
Black with #CF7C22
Text Example
Text Example
White with #CF7C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C22; }
p { color: rgb(207,124,34); }
H1.HeaderClassName
{
color: #CF7C22;
}
.AnyTagClassName
{
color: #CF7C22;
}
</style>
background-color css
<style>
a { background-color: #CF7C22; }
a { background-color: rgb(207,124,34); }
div.DivClassName
{
background-color: #CF7C22;
}
.BgClassName
{
background-color: #CF7C22;
}
</style>
border-color css
<style>
span { border-color: #CF7C22; }
span { border-color: rgb(207,124,34); }
td.TdClassName
{
border-color: #CF7C22;
}
.TagClassName
{
border-color: #CF7C22;
}
</style>