Shades of Ochre #CF7B25
Tints of Ochre #CF7B25
RGB
CMYK
RGB Variations
Color information
#CF7B25 (or 0xCF7B25) is known color: Ochre. HEX triplet: CF, 7B and 25. RGB value is (207,123,37). Sum of RGB (Red+Green+Blue) = 207+123+37=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B25 is #3084DA. Grayscale: #8A8A8A. Windows color (decimal): -3179739 or 2456527. OLE color: 2456527.
HSL color Cylindrical-coordinate representation of color #CF7B25: hue angle of 30.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF7B25 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 37 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.19 |
| HSL | 30.35º | 0.7% | 0.48% | - |
| HSV(B) | 30.35º | 0.82% | 0.81% | - |
| XYZ | 33.15 | 27.56 | 5.32 | - |
| YUV | 138.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 37 | 0 | 0.41 | 0.82 | 0.19 | 30.35 | 0.7 | 0.48 |
| Hex | CF | 7B | 25 | 0 | 29 | 52 | 13 | 1E | 46 | 30 |
| Octal | 317 | 173 | 45 | 0 | 51 | 122 | 23 | 36 | 106 | 60 |
| Binary | 11001111 | 1111011 | 100101 | 0 | 101001 | 1010010 | 10011 | 11110 | 1000110 | 110000 |
Color Harmonies of #CF7B25
Complementary color
Monochromatic Colors of #CF7B25
Black with #CF7B25
Text Example
Text Example
White with #CF7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B25; }
p { color: rgb(207,123,37); }
H1.HeaderClassName
{
color: #CF7B25;
}
.AnyTagClassName
{
color: #CF7B25;
}
</style>
background-color css
<style>
a { background-color: #CF7B25; }
a { background-color: rgb(207,123,37); }
div.DivClassName
{
background-color: #CF7B25;
}
.BgClassName
{
background-color: #CF7B25;
}
</style>
border-color css
<style>
span { border-color: #CF7B25; }
span { border-color: rgb(207,123,37); }
td.TdClassName
{
border-color: #CF7B25;
}
.TagClassName
{
border-color: #CF7B25;
}
</style>