Shades of Ochre #CF751A
Tints of Ochre #CF751A
RGB
CMYK
RGB Variations
Color information
#CF751A (or 0xCF751A) is known color: Ochre. HEX triplet: CF, 75 and 1A. RGB value is (207,117,26). Sum of RGB (Red+Green+Blue) = 207+117+26=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF751A is #308AE5. Grayscale: #858585. Windows color (decimal): -3181286 or 1734095. OLE color: 1734095.
HSL color Cylindrical-coordinate representation of color #CF751A: hue angle of 30.17º 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 #CF751A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.19 |
| HSL | 30.17º | 0.78% | 0.46% | - |
| HSV(B) | 30.17º | 0.87% | 0.81% | - |
| XYZ | 32.28 | 26.06 | 4.31 | - |
| YUV | 133.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 26 | 0 | 0.43 | 0.87 | 0.19 | 30.17 | 0.78 | 0.46 |
| Hex | CF | 75 | 1A | 0 | 2B | 57 | 13 | 1E | 4E | 2E |
| Octal | 317 | 165 | 32 | 0 | 53 | 127 | 23 | 36 | 116 | 56 |
| Binary | 11001111 | 1110101 | 11010 | 0 | 101011 | 1010111 | 10011 | 11110 | 1001110 | 101110 |
Color Harmonies of #CF751A
Complementary color
Monochromatic Colors of #CF751A
Black with #CF751A
Text Example
Text Example
White with #CF751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF751A; }
p { color: rgb(207,117,26); }
H1.HeaderClassName
{
color: #CF751A;
}
.AnyTagClassName
{
color: #CF751A;
}
</style>
background-color css
<style>
a { background-color: #CF751A; }
a { background-color: rgb(207,117,26); }
div.DivClassName
{
background-color: #CF751A;
}
.BgClassName
{
background-color: #CF751A;
}
</style>
border-color css
<style>
span { border-color: #CF751A; }
span { border-color: rgb(207,117,26); }
td.TdClassName
{
border-color: #CF751A;
}
.TagClassName
{
border-color: #CF751A;
}
</style>