Shades of Ochre #CF821B
Tints of Ochre #CF821B
RGB
CMYK
RGB Variations
Color information
#CF821B (or 0xCF821B) is known color: Ochre. HEX triplet: CF, 82 and 1B. RGB value is (207,130,27). Sum of RGB (Red+Green+Blue) = 207+130+27=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF821B is #307DE4. Grayscale: #8D8D8D. Windows color (decimal): -3177957 or 1802959. OLE color: 1802959.
HSL color Cylindrical-coordinate representation of color #CF821B: hue angle of 34.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF821B is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 27 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.19 |
| HSL | 34.33º | 0.77% | 0.46% | - |
| HSV(B) | 34.33º | 0.87% | 0.81% | - |
| XYZ | 33.91 | 29.31 | 4.91 | - |
| YUV | 141.28 | 63.51 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 27 | 0 | 0.37 | 0.87 | 0.19 | 34.33 | 0.77 | 0.46 |
| Hex | CF | 82 | 1B | 0 | 25 | 57 | 13 | 22 | 4D | 2E |
| Octal | 317 | 202 | 33 | 0 | 45 | 127 | 23 | 42 | 115 | 56 |
| Binary | 11001111 | 10000010 | 11011 | 0 | 100101 | 1010111 | 10011 | 100010 | 1001101 | 101110 |
Color Harmonies of #CF821B
Complementary color
Monochromatic Colors of #CF821B
Black with #CF821B
Text Example
Text Example
White with #CF821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF821B; }
p { color: rgb(207,130,27); }
H1.HeaderClassName
{
color: #CF821B;
}
.AnyTagClassName
{
color: #CF821B;
}
</style>
background-color css
<style>
a { background-color: #CF821B; }
a { background-color: rgb(207,130,27); }
div.DivClassName
{
background-color: #CF821B;
}
.BgClassName
{
background-color: #CF821B;
}
</style>
border-color css
<style>
span { border-color: #CF821B; }
span { border-color: rgb(207,130,27); }
td.TdClassName
{
border-color: #CF821B;
}
.TagClassName
{
border-color: #CF821B;
}
</style>