Shades of Ochre #CF7B21
Tints of Ochre #CF7B21
RGB
CMYK
RGB Variations
Color information
#CF7B21 (or 0xCF7B21) is known color: Ochre. HEX triplet: CF, 7B and 21. RGB value is (207,123,33). Sum of RGB (Red+Green+Blue) = 207+123+33=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B21 is #3084DE. Grayscale: #8A8A8A. Windows color (decimal): -3179743 or 2194383. OLE color: 2194383.
HSL color Cylindrical-coordinate representation of color #CF7B21: hue angle of 31.03º 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 #CF7B21 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 33 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.19 |
| HSL | 31.03º | 0.73% | 0.47% | - |
| HSV(B) | 31.03º | 0.84% | 0.81% | - |
| XYZ | 33.09 | 27.54 | 5.01 | - |
| YUV | 137.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 33 | 0 | 0.41 | 0.84 | 0.19 | 31.03 | 0.73 | 0.47 |
| Hex | CF | 7B | 21 | 0 | 29 | 54 | 13 | 1F | 48 | 2F |
| Octal | 317 | 173 | 41 | 0 | 51 | 124 | 23 | 37 | 110 | 57 |
| Binary | 11001111 | 1111011 | 100001 | 0 | 101001 | 1010100 | 10011 | 11111 | 1001000 | 101111 |
Color Harmonies of #CF7B21
Complementary color
Monochromatic Colors of #CF7B21
Black with #CF7B21
Text Example
Text Example
White with #CF7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B21; }
p { color: rgb(207,123,33); }
H1.HeaderClassName
{
color: #CF7B21;
}
.AnyTagClassName
{
color: #CF7B21;
}
</style>
background-color css
<style>
a { background-color: #CF7B21; }
a { background-color: rgb(207,123,33); }
div.DivClassName
{
background-color: #CF7B21;
}
.BgClassName
{
background-color: #CF7B21;
}
</style>
border-color css
<style>
span { border-color: #CF7B21; }
span { border-color: rgb(207,123,33); }
td.TdClassName
{
border-color: #CF7B21;
}
.TagClassName
{
border-color: #CF7B21;
}
</style>