Shades of Ochre #CF7421
Tints of Ochre #CF7421
RGB
CMYK
RGB Variations
Color information
#CF7421 (or 0xCF7421) is known color: Ochre. HEX triplet: CF, 74 and 21. RGB value is (207,116,33). Sum of RGB (Red+Green+Blue) = 207+116+33=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7421 is #308BDE. Grayscale: #868686. Windows color (decimal): -3181535 or 2192591. OLE color: 2192591.
HSL color Cylindrical-coordinate representation of color #CF7421: hue angle of 28.62º 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 #CF7421 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 33 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.19 |
| HSL | 28.62º | 0.73% | 0.47% | - |
| HSV(B) | 28.62º | 0.84% | 0.81% | - |
| XYZ | 32.25 | 25.87 | 4.73 | - |
| YUV | 133.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 33 | 0 | 0.44 | 0.84 | 0.19 | 28.62 | 0.73 | 0.47 |
| Hex | CF | 74 | 21 | 0 | 2C | 54 | 13 | 1D | 48 | 2F |
| Octal | 317 | 164 | 41 | 0 | 54 | 124 | 23 | 35 | 110 | 57 |
| Binary | 11001111 | 1110100 | 100001 | 0 | 101100 | 1010100 | 10011 | 11101 | 1001000 | 101111 |
Color Harmonies of #CF7421
Complementary color
Monochromatic Colors of #CF7421
Black with #CF7421
Text Example
Text Example
White with #CF7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7421; }
p { color: rgb(207,116,33); }
H1.HeaderClassName
{
color: #CF7421;
}
.AnyTagClassName
{
color: #CF7421;
}
</style>
background-color css
<style>
a { background-color: #CF7421; }
a { background-color: rgb(207,116,33); }
div.DivClassName
{
background-color: #CF7421;
}
.BgClassName
{
background-color: #CF7421;
}
</style>
border-color css
<style>
span { border-color: #CF7421; }
span { border-color: rgb(207,116,33); }
td.TdClassName
{
border-color: #CF7421;
}
.TagClassName
{
border-color: #CF7421;
}
</style>