Shades of Ochre #CF750C
Tints of Ochre #CF750C
RGB
CMYK
RGB Variations
Color information
#CF750C (or 0xCF750C) is known color: Ochre. HEX triplet: CF, 75 and 0C. RGB value is (207,117,12). Sum of RGB (Red+Green+Blue) = 207+117+12=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF750C is #308AF3. Grayscale: #848484. Windows color (decimal): -3181300 or 816591. OLE color: 816591.
HSL color Cylindrical-coordinate representation of color #CF750C: hue angle of 32.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF750C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.19 |
| HSL | 32.31º | 0.89% | 0.43% | - |
| HSV(B) | 32.31º | 0.94% | 0.81% | - |
| XYZ | 32.16 | 26.01 | 3.67 | - |
| YUV | 131.94 | 60.32 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 12 | 0 | 0.43 | 0.94 | 0.19 | 32.31 | 0.89 | 0.43 |
| Hex | CF | 75 | C | 0 | 2B | 5E | 13 | 20 | 59 | 2B |
| Octal | 317 | 165 | 14 | 0 | 53 | 136 | 23 | 40 | 131 | 53 |
| Binary | 11001111 | 1110101 | 1100 | 0 | 101011 | 1011110 | 10011 | 100000 | 1011001 | 101011 |
Color Harmonies of #CF750C
Complementary color
Monochromatic Colors of #CF750C
Black with #CF750C
Text Example
Text Example
White with #CF750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF750C; }
p { color: rgb(207,117,12); }
H1.HeaderClassName
{
color: #CF750C;
}
.AnyTagClassName
{
color: #CF750C;
}
</style>
background-color css
<style>
a { background-color: #CF750C; }
a { background-color: rgb(207,117,12); }
div.DivClassName
{
background-color: #CF750C;
}
.BgClassName
{
background-color: #CF750C;
}
</style>
border-color css
<style>
span { border-color: #CF750C; }
span { border-color: rgb(207,117,12); }
td.TdClassName
{
border-color: #CF750C;
}
.TagClassName
{
border-color: #CF750C;
}
</style>