Shades of Ochre #CF741A
Tints of Ochre #CF741A
RGB
CMYK
RGB Variations
Color information
#CF741A (or 0xCF741A) is known color: Ochre. HEX triplet: CF, 74 and 1A. RGB value is (207,116,26). Sum of RGB (Red+Green+Blue) = 207+116+26=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF741A is #308BE5. Grayscale: #858585. Windows color (decimal): -3181542 or 1733839. OLE color: 1733839.
HSL color Cylindrical-coordinate representation of color #CF741A: hue angle of 29.83º 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 #CF741A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 26 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.19 |
| HSL | 29.83º | 0.78% | 0.46% | - |
| HSV(B) | 29.83º | 0.87% | 0.81% | - |
| XYZ | 32.16 | 25.83 | 4.27 | - |
| YUV | 132.95 | 67.65 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 26 | 0 | 0.44 | 0.87 | 0.19 | 29.83 | 0.78 | 0.46 |
| Hex | CF | 74 | 1A | 0 | 2C | 57 | 13 | 1E | 4E | 2E |
| Octal | 317 | 164 | 32 | 0 | 54 | 127 | 23 | 36 | 116 | 56 |
| Binary | 11001111 | 1110100 | 11010 | 0 | 101100 | 1010111 | 10011 | 11110 | 1001110 | 101110 |
Color Harmonies of #CF741A
Complementary color
Monochromatic Colors of #CF741A
Black with #CF741A
Text Example
Text Example
White with #CF741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF741A; }
p { color: rgb(207,116,26); }
H1.HeaderClassName
{
color: #CF741A;
}
.AnyTagClassName
{
color: #CF741A;
}
</style>
background-color css
<style>
a { background-color: #CF741A; }
a { background-color: rgb(207,116,26); }
div.DivClassName
{
background-color: #CF741A;
}
.BgClassName
{
background-color: #CF741A;
}
</style>
border-color css
<style>
span { border-color: #CF741A; }
span { border-color: rgb(207,116,26); }
td.TdClassName
{
border-color: #CF741A;
}
.TagClassName
{
border-color: #CF741A;
}
</style>