Shades of Ochre #CF7A21
Tints of Ochre #CF7A21
RGB
CMYK
RGB Variations
Color information
#CF7A21 (or 0xCF7A21) is known color: Ochre. HEX triplet: CF, 7A and 21. RGB value is (207,122,33). Sum of RGB (Red+Green+Blue) = 207+122+33=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A21 is #3085DE. Grayscale: #898989. Windows color (decimal): -3179999 or 2194127. OLE color: 2194127.
HSL color Cylindrical-coordinate representation of color #CF7A21: hue angle of 30.69º 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 #CF7A21 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 33 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.19 |
| HSL | 30.69º | 0.73% | 0.47% | - |
| HSV(B) | 30.69º | 0.84% | 0.81% | - |
| XYZ | 32.97 | 27.29 | 4.97 | - |
| YUV | 137.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 33 | 0 | 0.41 | 0.84 | 0.19 | 30.69 | 0.73 | 0.47 |
| Hex | CF | 7A | 21 | 0 | 29 | 54 | 13 | 1F | 48 | 2F |
| Octal | 317 | 172 | 41 | 0 | 51 | 124 | 23 | 37 | 110 | 57 |
| Binary | 11001111 | 1111010 | 100001 | 0 | 101001 | 1010100 | 10011 | 11111 | 1001000 | 101111 |
Color Harmonies of #CF7A21
Complementary color
Monochromatic Colors of #CF7A21
Black with #CF7A21
Text Example
Text Example
White with #CF7A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A21; }
p { color: rgb(207,122,33); }
H1.HeaderClassName
{
color: #CF7A21;
}
.AnyTagClassName
{
color: #CF7A21;
}
</style>
background-color css
<style>
a { background-color: #CF7A21; }
a { background-color: rgb(207,122,33); }
div.DivClassName
{
background-color: #CF7A21;
}
.BgClassName
{
background-color: #CF7A21;
}
</style>
border-color css
<style>
span { border-color: #CF7A21; }
span { border-color: rgb(207,122,33); }
td.TdClassName
{
border-color: #CF7A21;
}
.TagClassName
{
border-color: #CF7A21;
}
</style>