Shades of Ochre #CF821C
Tints of Ochre #CF821C
RGB
CMYK
RGB Variations
Color information
#CF821C (or 0xCF821C) is known color: Ochre. HEX triplet: CF, 82 and 1C. RGB value is (207,130,28). Sum of RGB (Red+Green+Blue) = 207+130+28=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF821C is #307DE3. Grayscale: #8D8D8D. Windows color (decimal): -3177956 or 1868495. OLE color: 1868495.
HSL color Cylindrical-coordinate representation of color #CF821C: hue angle of 34.19º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF821C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 28 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.19 |
| HSL | 34.19º | 0.76% | 0.46% | - |
| HSV(B) | 34.19º | 0.86% | 0.81% | - |
| XYZ | 33.92 | 29.31 | 4.97 | - |
| YUV | 141.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 28 | 0 | 0.37 | 0.86 | 0.19 | 34.19 | 0.76 | 0.46 |
| Hex | CF | 82 | 1C | 0 | 25 | 56 | 13 | 22 | 4C | 2E |
| Octal | 317 | 202 | 34 | 0 | 45 | 126 | 23 | 42 | 114 | 56 |
| Binary | 11001111 | 10000010 | 11100 | 0 | 100101 | 1010110 | 10011 | 100010 | 1001100 | 101110 |
Color Harmonies of #CF821C
Complementary color
Monochromatic Colors of #CF821C
Black with #CF821C
Text Example
Text Example
White with #CF821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF821C; }
p { color: rgb(207,130,28); }
H1.HeaderClassName
{
color: #CF821C;
}
.AnyTagClassName
{
color: #CF821C;
}
</style>
background-color css
<style>
a { background-color: #CF821C; }
a { background-color: rgb(207,130,28); }
div.DivClassName
{
background-color: #CF821C;
}
.BgClassName
{
background-color: #CF821C;
}
</style>
border-color css
<style>
span { border-color: #CF821C; }
span { border-color: rgb(207,130,28); }
td.TdClassName
{
border-color: #CF821C;
}
.TagClassName
{
border-color: #CF821C;
}
</style>