Shades of Ochre #CF7A28
Tints of Ochre #CF7A28
RGB
CMYK
RGB Variations
Color information
#CF7A28 (or 0xCF7A28) is known color: Ochre. HEX triplet: CF, 7A and 28. RGB value is (207,122,40). Sum of RGB (Red+Green+Blue) = 207+122+40=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A28 is #3085D7. Grayscale: #8A8A8A. Windows color (decimal): -3179992 or 2652879. OLE color: 2652879.
HSL color Cylindrical-coordinate representation of color #CF7A28: hue angle of 29.46º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF7A28 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 40 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.19 |
| HSL | 29.46º | 0.68% | 0.48% | - |
| HSV(B) | 29.46º | 0.81% | 0.81% | - |
| XYZ | 33.07 | 27.34 | 5.54 | - |
| YUV | 138.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 40 | 0 | 0.41 | 0.81 | 0.19 | 29.46 | 0.68 | 0.48 |
| Hex | CF | 7A | 28 | 0 | 29 | 51 | 13 | 1D | 44 | 30 |
| Octal | 317 | 172 | 50 | 0 | 51 | 121 | 23 | 35 | 104 | 60 |
| Binary | 11001111 | 1111010 | 101000 | 0 | 101001 | 1010001 | 10011 | 11101 | 1000100 | 110000 |
Color Harmonies of #CF7A28
Complementary color
Monochromatic Colors of #CF7A28
Black with #CF7A28
Text Example
Text Example
White with #CF7A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A28; }
p { color: rgb(207,122,40); }
H1.HeaderClassName
{
color: #CF7A28;
}
.AnyTagClassName
{
color: #CF7A28;
}
</style>
background-color css
<style>
a { background-color: #CF7A28; }
a { background-color: rgb(207,122,40); }
div.DivClassName
{
background-color: #CF7A28;
}
.BgClassName
{
background-color: #CF7A28;
}
</style>
border-color css
<style>
span { border-color: #CF7A28; }
span { border-color: rgb(207,122,40); }
td.TdClassName
{
border-color: #CF7A28;
}
.TagClassName
{
border-color: #CF7A28;
}
</style>