Shades of Ochre #CF7E21
Tints of Ochre #CF7E21
RGB
CMYK
RGB Variations
Color information
#CF7E21 (or 0xCF7E21) is known color: Ochre. HEX triplet: CF, 7E and 21. RGB value is (207,126,33). Sum of RGB (Red+Green+Blue) = 207+126+33=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E21 is #3081DE. Grayscale: #8C8C8C. Windows color (decimal): -3178975 or 2195151. OLE color: 2195151.
HSL color Cylindrical-coordinate representation of color #CF7E21: hue angle of 32.07º 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 #CF7E21 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 33 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.19 |
| HSL | 32.07º | 0.73% | 0.47% | - |
| HSV(B) | 32.07º | 0.84% | 0.81% | - |
| XYZ | 33.47 | 28.3 | 5.14 | - |
| YUV | 139.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 33 | 0 | 0.39 | 0.84 | 0.19 | 32.07 | 0.73 | 0.47 |
| Hex | CF | 7E | 21 | 0 | 27 | 54 | 13 | 20 | 48 | 2F |
| Octal | 317 | 176 | 41 | 0 | 47 | 124 | 23 | 40 | 110 | 57 |
| Binary | 11001111 | 1111110 | 100001 | 0 | 100111 | 1010100 | 10011 | 100000 | 1001000 | 101111 |
Color Harmonies of #CF7E21
Complementary color
Monochromatic Colors of #CF7E21
Black with #CF7E21
Text Example
Text Example
White with #CF7E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E21; }
p { color: rgb(207,126,33); }
H1.HeaderClassName
{
color: #CF7E21;
}
.AnyTagClassName
{
color: #CF7E21;
}
</style>
background-color css
<style>
a { background-color: #CF7E21; }
a { background-color: rgb(207,126,33); }
div.DivClassName
{
background-color: #CF7E21;
}
.BgClassName
{
background-color: #CF7E21;
}
</style>
border-color css
<style>
span { border-color: #CF7E21; }
span { border-color: rgb(207,126,33); }
td.TdClassName
{
border-color: #CF7E21;
}
.TagClassName
{
border-color: #CF7E21;
}
</style>