Shades of Ochre #CF7223
Tints of Ochre #CF7223
RGB
CMYK
RGB Variations
Color information
#CF7223 (or 0xCF7223) is known color: Ochre. HEX triplet: CF, 72 and 23. RGB value is (207,114,35). Sum of RGB (Red+Green+Blue) = 207+114+35=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7223 is #308DDC. Grayscale: #858585. Windows color (decimal): -3182045 or 2323151. OLE color: 2323151.
HSL color Cylindrical-coordinate representation of color #CF7223: hue angle of 27.56º 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 #CF7223 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 35 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.19 |
| HSL | 27.56º | 0.71% | 0.47% | - |
| HSV(B) | 27.56º | 0.83% | 0.81% | - |
| XYZ | 32.05 | 25.42 | 4.81 | - |
| YUV | 132.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 35 | 0 | 0.45 | 0.83 | 0.19 | 27.56 | 0.71 | 0.47 |
| Hex | CF | 72 | 23 | 0 | 2D | 53 | 13 | 1C | 47 | 2F |
| Octal | 317 | 162 | 43 | 0 | 55 | 123 | 23 | 34 | 107 | 57 |
| Binary | 11001111 | 1110010 | 100011 | 0 | 101101 | 1010011 | 10011 | 11100 | 1000111 | 101111 |
Color Harmonies of #CF7223
Complementary color
Monochromatic Colors of #CF7223
Black with #CF7223
Text Example
Text Example
White with #CF7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7223; }
p { color: rgb(207,114,35); }
H1.HeaderClassName
{
color: #CF7223;
}
.AnyTagClassName
{
color: #CF7223;
}
</style>
background-color css
<style>
a { background-color: #CF7223; }
a { background-color: rgb(207,114,35); }
div.DivClassName
{
background-color: #CF7223;
}
.BgClassName
{
background-color: #CF7223;
}
</style>
border-color css
<style>
span { border-color: #CF7223; }
span { border-color: rgb(207,114,35); }
td.TdClassName
{
border-color: #CF7223;
}
.TagClassName
{
border-color: #CF7223;
}
</style>