Shades of Ochre #CF760F
Tints of Ochre #CF760F
RGB
CMYK
RGB Variations
Color information
#CF760F (or 0xCF760F) is known color: Ochre. HEX triplet: CF, 76 and 0F. RGB value is (207,118,15). Sum of RGB (Red+Green+Blue) = 207+118+15=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF760F is #3089F0. Grayscale: #858585. Windows color (decimal): -3181041 or 1013455. OLE color: 1013455.
HSL color Cylindrical-coordinate representation of color #CF760F: hue angle of 32.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF760F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.19 |
| HSL | 32.19º | 0.86% | 0.44% | - |
| HSV(B) | 32.19º | 0.93% | 0.81% | - |
| XYZ | 32.3 | 26.26 | 3.82 | - |
| YUV | 132.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 15 | 0 | 0.43 | 0.93 | 0.19 | 32.19 | 0.86 | 0.44 |
| Hex | CF | 76 | F | 0 | 2B | 5D | 13 | 20 | 56 | 2C |
| Octal | 317 | 166 | 17 | 0 | 53 | 135 | 23 | 40 | 126 | 54 |
| Binary | 11001111 | 1110110 | 1111 | 0 | 101011 | 1011101 | 10011 | 100000 | 1010110 | 101100 |
Color Harmonies of #CF760F
Complementary color
Monochromatic Colors of #CF760F
Black with #CF760F
Text Example
Text Example
White with #CF760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF760F; }
p { color: rgb(207,118,15); }
H1.HeaderClassName
{
color: #CF760F;
}
.AnyTagClassName
{
color: #CF760F;
}
</style>
background-color css
<style>
a { background-color: #CF760F; }
a { background-color: rgb(207,118,15); }
div.DivClassName
{
background-color: #CF760F;
}
.BgClassName
{
background-color: #CF760F;
}
</style>
border-color css
<style>
span { border-color: #CF760F; }
span { border-color: rgb(207,118,15); }
td.TdClassName
{
border-color: #CF760F;
}
.TagClassName
{
border-color: #CF760F;
}
</style>