Shades of Ochre #CF7C21
Tints of Ochre #CF7C21
RGB
CMYK
RGB Variations
Color information
#CF7C21 (or 0xCF7C21) is known color: Ochre. HEX triplet: CF, 7C and 21. RGB value is (207,124,33). Sum of RGB (Red+Green+Blue) = 207+124+33=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C21 is #3083DE. Grayscale: #8A8A8A. Windows color (decimal): -3179487 or 2194639. OLE color: 2194639.
HSL color Cylindrical-coordinate representation of color #CF7C21: hue angle of 31.38º degrees, saturation: 0.73, 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 #CF7C21 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 33 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.19 |
| HSL | 31.38º | 0.73% | 0.47% | - |
| HSV(B) | 31.38º | 0.84% | 0.81% | - |
| XYZ | 33.21 | 27.79 | 5.05 | - |
| YUV | 138.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 33 | 0 | 0.40 | 0.84 | 0.19 | 31.38 | 0.73 | 0.47 |
| Hex | CF | 7C | 21 | 0 | 28 | 54 | 13 | 1F | 48 | 2F |
| Octal | 317 | 174 | 41 | 0 | 50 | 124 | 23 | 37 | 110 | 57 |
| Binary | 11001111 | 1111100 | 100001 | 0 | 101000 | 1010100 | 10011 | 11111 | 1001000 | 101111 |
Color Harmonies of #CF7C21
Complementary color
Monochromatic Colors of #CF7C21
Black with #CF7C21
Text Example
Text Example
White with #CF7C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C21; }
p { color: rgb(207,124,33); }
H1.HeaderClassName
{
color: #CF7C21;
}
.AnyTagClassName
{
color: #CF7C21;
}
</style>
background-color css
<style>
a { background-color: #CF7C21; }
a { background-color: rgb(207,124,33); }
div.DivClassName
{
background-color: #CF7C21;
}
.BgClassName
{
background-color: #CF7C21;
}
</style>
border-color css
<style>
span { border-color: #CF7C21; }
span { border-color: rgb(207,124,33); }
td.TdClassName
{
border-color: #CF7C21;
}
.TagClassName
{
border-color: #CF7C21;
}
</style>