Shades of Ochre #CF7C15
Tints of Ochre #CF7C15
RGB
CMYK
RGB Variations
Color information
#CF7C15 (or 0xCF7C15) is known color: Ochre. HEX triplet: CF, 7C and 15. RGB value is (207,124,21). Sum of RGB (Red+Green+Blue) = 207+124+21=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C15 is #3083EA. Grayscale: #898989. Windows color (decimal): -3179499 or 1408207. OLE color: 1408207.
HSL color Cylindrical-coordinate representation of color #CF7C15: hue angle of 33.23º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7C15 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 21 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.19 |
| HSL | 33.23º | 0.82% | 0.45% | - |
| HSV(B) | 33.23º | 0.9% | 0.81% | - |
| XYZ | 33.08 | 27.73 | 4.32 | - |
| YUV | 137.08 | 62.5 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 21 | 0 | 0.40 | 0.90 | 0.19 | 33.23 | 0.82 | 0.45 |
| Hex | CF | 7C | 15 | 0 | 28 | 5A | 13 | 21 | 52 | 2D |
| Octal | 317 | 174 | 25 | 0 | 50 | 132 | 23 | 41 | 122 | 55 |
| Binary | 11001111 | 1111100 | 10101 | 0 | 101000 | 1011010 | 10011 | 100001 | 1010010 | 101101 |
Color Harmonies of #CF7C15
Complementary color
Monochromatic Colors of #CF7C15
Black with #CF7C15
Text Example
Text Example
White with #CF7C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C15; }
p { color: rgb(207,124,21); }
H1.HeaderClassName
{
color: #CF7C15;
}
.AnyTagClassName
{
color: #CF7C15;
}
</style>
background-color css
<style>
a { background-color: #CF7C15; }
a { background-color: rgb(207,124,21); }
div.DivClassName
{
background-color: #CF7C15;
}
.BgClassName
{
background-color: #CF7C15;
}
</style>
border-color css
<style>
span { border-color: #CF7C15; }
span { border-color: rgb(207,124,21); }
td.TdClassName
{
border-color: #CF7C15;
}
.TagClassName
{
border-color: #CF7C15;
}
</style>