Shades of Ochre #CF750A
Tints of Ochre #CF750A
RGB
CMYK
RGB Variations
Color information
#CF750A (or 0xCF750A) is known color: Ochre. HEX triplet: CF, 75 and 0A. RGB value is (207,117,10). Sum of RGB (Red+Green+Blue) = 207+117+10=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF750A is #308AF5. Grayscale: #848484. Windows color (decimal): -3181302 or 685519. OLE color: 685519.
HSL color Cylindrical-coordinate representation of color #CF750A: hue angle of 32.59º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF750A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.19 |
| HSL | 32.59º | 0.91% | 0.43% | - |
| HSV(B) | 32.59º | 0.95% | 0.81% | - |
| XYZ | 32.15 | 26.01 | 3.61 | - |
| YUV | 131.71 | 59.32 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 10 | 0 | 0.43 | 0.95 | 0.19 | 32.59 | 0.91 | 0.43 |
| Hex | CF | 75 | A | 0 | 2B | 5F | 13 | 21 | 5B | 2B |
| Octal | 317 | 165 | 12 | 0 | 53 | 137 | 23 | 41 | 133 | 53 |
| Binary | 11001111 | 1110101 | 1010 | 0 | 101011 | 1011111 | 10011 | 100001 | 1011011 | 101011 |
Color Harmonies of #CF750A
Complementary color
Monochromatic Colors of #CF750A
Black with #CF750A
Text Example
Text Example
White with #CF750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF750A; }
p { color: rgb(207,117,10); }
H1.HeaderClassName
{
color: #CF750A;
}
.AnyTagClassName
{
color: #CF750A;
}
</style>
background-color css
<style>
a { background-color: #CF750A; }
a { background-color: rgb(207,117,10); }
div.DivClassName
{
background-color: #CF750A;
}
.BgClassName
{
background-color: #CF750A;
}
</style>
border-color css
<style>
span { border-color: #CF750A; }
span { border-color: rgb(207,117,10); }
td.TdClassName
{
border-color: #CF750A;
}
.TagClassName
{
border-color: #CF750A;
}
</style>