Shades of Ochre #CF7621
Tints of Ochre #CF7621
RGB
CMYK
RGB Variations
Color information
#CF7621 (or 0xCF7621) is known color: Ochre. HEX triplet: CF, 76 and 21. RGB value is (207,118,33). Sum of RGB (Red+Green+Blue) = 207+118+33=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7621 is #3089DE. Grayscale: #878787. Windows color (decimal): -3181023 or 2193103. OLE color: 2193103.
HSL color Cylindrical-coordinate representation of color #CF7621: hue angle of 29.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF7621 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 33 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.19 |
| HSL | 29.31º | 0.73% | 0.47% | - |
| HSV(B) | 29.31º | 0.84% | 0.81% | - |
| XYZ | 32.49 | 26.33 | 4.81 | - |
| YUV | 134.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 33 | 0 | 0.43 | 0.84 | 0.19 | 29.31 | 0.73 | 0.47 |
| Hex | CF | 76 | 21 | 0 | 2B | 54 | 13 | 1D | 48 | 2F |
| Octal | 317 | 166 | 41 | 0 | 53 | 124 | 23 | 35 | 110 | 57 |
| Binary | 11001111 | 1110110 | 100001 | 0 | 101011 | 1010100 | 10011 | 11101 | 1001000 | 101111 |
Color Harmonies of #CF7621
Complementary color
Monochromatic Colors of #CF7621
Black with #CF7621
Text Example
Text Example
White with #CF7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7621; }
p { color: rgb(207,118,33); }
H1.HeaderClassName
{
color: #CF7621;
}
.AnyTagClassName
{
color: #CF7621;
}
</style>
background-color css
<style>
a { background-color: #CF7621; }
a { background-color: rgb(207,118,33); }
div.DivClassName
{
background-color: #CF7621;
}
.BgClassName
{
background-color: #CF7621;
}
</style>
border-color css
<style>
span { border-color: #CF7621; }
span { border-color: rgb(207,118,33); }
td.TdClassName
{
border-color: #CF7621;
}
.TagClassName
{
border-color: #CF7621;
}
</style>