Shades of Ochre #CF7123
Tints of Ochre #CF7123
RGB
CMYK
RGB Variations
Color information
#CF7123 (or 0xCF7123) is known color: Ochre. HEX triplet: CF, 71 and 23. RGB value is (207,113,35). Sum of RGB (Red+Green+Blue) = 207+113+35=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7123 is #308EDC. Grayscale: #848484. Windows color (decimal): -3182301 or 2322895. OLE color: 2322895.
HSL color Cylindrical-coordinate representation of color #CF7123: hue angle of 27.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF7123 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 35 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.19 |
| HSL | 27.21º | 0.71% | 0.47% | - |
| HSV(B) | 27.21º | 0.83% | 0.81% | - |
| XYZ | 31.94 | 25.2 | 4.77 | - |
| YUV | 132.21 | 73.14 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 35 | 0 | 0.45 | 0.83 | 0.19 | 27.21 | 0.71 | 0.47 |
| Hex | CF | 71 | 23 | 0 | 2D | 53 | 13 | 1B | 47 | 2F |
| Octal | 317 | 161 | 43 | 0 | 55 | 123 | 23 | 33 | 107 | 57 |
| Binary | 11001111 | 1110001 | 100011 | 0 | 101101 | 1010011 | 10011 | 11011 | 1000111 | 101111 |
Color Harmonies of #CF7123
Complementary color
Monochromatic Colors of #CF7123
Black with #CF7123
Text Example
Text Example
White with #CF7123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7123; }
p { color: rgb(207,113,35); }
H1.HeaderClassName
{
color: #CF7123;
}
.AnyTagClassName
{
color: #CF7123;
}
</style>
background-color css
<style>
a { background-color: #CF7123; }
a { background-color: rgb(207,113,35); }
div.DivClassName
{
background-color: #CF7123;
}
.BgClassName
{
background-color: #CF7123;
}
</style>
border-color css
<style>
span { border-color: #CF7123; }
span { border-color: rgb(207,113,35); }
td.TdClassName
{
border-color: #CF7123;
}
.TagClassName
{
border-color: #CF7123;
}
</style>