Shades of Ochre #CF7B20
Tints of Ochre #CF7B20
RGB
CMYK
RGB Variations
Color information
#CF7B20 (or 0xCF7B20) is known color: Ochre. HEX triplet: CF, 7B and 20. RGB value is (207,123,32). Sum of RGB (Red+Green+Blue) = 207+123+32=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B20 is #3084DF. Grayscale: #8A8A8A. Windows color (decimal): -3179744 or 2128847. OLE color: 2128847.
HSL color Cylindrical-coordinate representation of color #CF7B20: hue angle of 31.2º 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 #CF7B20 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 32 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.19 |
| HSL | 31.2º | 0.73% | 0.47% | - |
| HSV(B) | 31.2º | 0.85% | 0.81% | - |
| XYZ | 33.08 | 27.54 | 4.94 | - |
| YUV | 137.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 32 | 0 | 0.41 | 0.85 | 0.19 | 31.2 | 0.73 | 0.47 |
| Hex | CF | 7B | 20 | 0 | 29 | 55 | 13 | 1F | 49 | 2F |
| Octal | 317 | 173 | 40 | 0 | 51 | 125 | 23 | 37 | 111 | 57 |
| Binary | 11001111 | 1111011 | 100000 | 0 | 101001 | 1010101 | 10011 | 11111 | 1001001 | 101111 |
Color Harmonies of #CF7B20
Complementary color
Monochromatic Colors of #CF7B20
Black with #CF7B20
Text Example
Text Example
White with #CF7B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B20; }
p { color: rgb(207,123,32); }
H1.HeaderClassName
{
color: #CF7B20;
}
.AnyTagClassName
{
color: #CF7B20;
}
</style>
background-color css
<style>
a { background-color: #CF7B20; }
a { background-color: rgb(207,123,32); }
div.DivClassName
{
background-color: #CF7B20;
}
.BgClassName
{
background-color: #CF7B20;
}
</style>
border-color css
<style>
span { border-color: #CF7B20; }
span { border-color: rgb(207,123,32); }
td.TdClassName
{
border-color: #CF7B20;
}
.TagClassName
{
border-color: #CF7B20;
}
</style>