Shades of Ochre #CF7B15
Tints of Ochre #CF7B15
RGB
CMYK
RGB Variations
Color information
#CF7B15 (or 0xCF7B15) is known color: Ochre. HEX triplet: CF, 7B and 15. RGB value is (207,123,21). Sum of RGB (Red+Green+Blue) = 207+123+21=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B15 is #3084EA. Grayscale: #888888. Windows color (decimal): -3179755 or 1407951. OLE color: 1407951.
HSL color Cylindrical-coordinate representation of color #CF7B15: hue angle of 32.9º 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 #CF7B15 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 21 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.19 |
| HSL | 32.9º | 0.82% | 0.45% | - |
| HSV(B) | 32.9º | 0.9% | 0.81% | - |
| XYZ | 32.95 | 27.49 | 4.28 | - |
| YUV | 136.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 21 | 0 | 0.41 | 0.90 | 0.19 | 32.9 | 0.82 | 0.45 |
| Hex | CF | 7B | 15 | 0 | 29 | 5A | 13 | 21 | 52 | 2D |
| Octal | 317 | 173 | 25 | 0 | 51 | 132 | 23 | 41 | 122 | 55 |
| Binary | 11001111 | 1111011 | 10101 | 0 | 101001 | 1011010 | 10011 | 100001 | 1010010 | 101101 |
Color Harmonies of #CF7B15
Complementary color
Monochromatic Colors of #CF7B15
Black with #CF7B15
Text Example
Text Example
White with #CF7B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B15; }
p { color: rgb(207,123,21); }
H1.HeaderClassName
{
color: #CF7B15;
}
.AnyTagClassName
{
color: #CF7B15;
}
</style>
background-color css
<style>
a { background-color: #CF7B15; }
a { background-color: rgb(207,123,21); }
div.DivClassName
{
background-color: #CF7B15;
}
.BgClassName
{
background-color: #CF7B15;
}
</style>
border-color css
<style>
span { border-color: #CF7B15; }
span { border-color: rgb(207,123,21); }
td.TdClassName
{
border-color: #CF7B15;
}
.TagClassName
{
border-color: #CF7B15;
}
</style>