Shades of Ochre #CF7518
Tints of Ochre #CF7518
RGB
CMYK
RGB Variations
Color information
#CF7518 (or 0xCF7518) is known color: Ochre. HEX triplet: CF, 75 and 18. RGB value is (207,117,24). Sum of RGB (Red+Green+Blue) = 207+117+24=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7518 is #308AE7. Grayscale: #858585. Windows color (decimal): -3181288 or 1603023. OLE color: 1603023.
HSL color Cylindrical-coordinate representation of color #CF7518: hue angle of 30.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF7518 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 24 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.19 |
| HSL | 30.49º | 0.79% | 0.45% | - |
| HSV(B) | 30.49º | 0.88% | 0.81% | - |
| XYZ | 32.26 | 26.05 | 4.19 | - |
| YUV | 133.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 24 | 0 | 0.43 | 0.88 | 0.19 | 30.49 | 0.79 | 0.45 |
| Hex | CF | 75 | 18 | 0 | 2B | 58 | 13 | 1E | 4F | 2D |
| Octal | 317 | 165 | 30 | 0 | 53 | 130 | 23 | 36 | 117 | 55 |
| Binary | 11001111 | 1110101 | 11000 | 0 | 101011 | 1011000 | 10011 | 11110 | 1001111 | 101101 |
Color Harmonies of #CF7518
Complementary color
Monochromatic Colors of #CF7518
Black with #CF7518
Text Example
Text Example
White with #CF7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7518; }
p { color: rgb(207,117,24); }
H1.HeaderClassName
{
color: #CF7518;
}
.AnyTagClassName
{
color: #CF7518;
}
</style>
background-color css
<style>
a { background-color: #CF7518; }
a { background-color: rgb(207,117,24); }
div.DivClassName
{
background-color: #CF7518;
}
.BgClassName
{
background-color: #CF7518;
}
</style>
border-color css
<style>
span { border-color: #CF7518; }
span { border-color: rgb(207,117,24); }
td.TdClassName
{
border-color: #CF7518;
}
.TagClassName
{
border-color: #CF7518;
}
</style>