Shades of Ochre #CF761A
Tints of Ochre #CF761A
RGB
CMYK
RGB Variations
Color information
#CF761A (or 0xCF761A) is known color: Ochre. HEX triplet: CF, 76 and 1A. RGB value is (207,118,26). Sum of RGB (Red+Green+Blue) = 207+118+26=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF761A is #3089E5. Grayscale: #868686. Windows color (decimal): -3181030 or 1734351. OLE color: 1734351.
HSL color Cylindrical-coordinate representation of color #CF761A: hue angle of 30.5º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF761A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.19 |
| HSL | 30.5º | 0.78% | 0.46% | - |
| HSV(B) | 30.5º | 0.87% | 0.81% | - |
| XYZ | 32.4 | 26.3 | 4.35 | - |
| YUV | 134.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 26 | 0 | 0.43 | 0.87 | 0.19 | 30.5 | 0.78 | 0.46 |
| Hex | CF | 76 | 1A | 0 | 2B | 57 | 13 | 1E | 4E | 2E |
| Octal | 317 | 166 | 32 | 0 | 53 | 127 | 23 | 36 | 116 | 56 |
| Binary | 11001111 | 1110110 | 11010 | 0 | 101011 | 1010111 | 10011 | 11110 | 1001110 | 101110 |
Color Harmonies of #CF761A
Complementary color
Monochromatic Colors of #CF761A
Black with #CF761A
Text Example
Text Example
White with #CF761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF761A; }
p { color: rgb(207,118,26); }
H1.HeaderClassName
{
color: #CF761A;
}
.AnyTagClassName
{
color: #CF761A;
}
</style>
background-color css
<style>
a { background-color: #CF761A; }
a { background-color: rgb(207,118,26); }
div.DivClassName
{
background-color: #CF761A;
}
.BgClassName
{
background-color: #CF761A;
}
</style>
border-color css
<style>
span { border-color: #CF761A; }
span { border-color: rgb(207,118,26); }
td.TdClassName
{
border-color: #CF761A;
}
.TagClassName
{
border-color: #CF761A;
}
</style>