Shades of Ochre #CF820F
Tints of Ochre #CF820F
RGB
CMYK
RGB Variations
Color information
#CF820F (or 0xCF820F) is known color: Ochre. HEX triplet: CF, 82 and 0F. RGB value is (207,130,15). Sum of RGB (Red+Green+Blue) = 207+130+15=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF820F is #307DF0. Grayscale: #8C8C8C. Windows color (decimal): -3177969 or 1016527. OLE color: 1016527.
HSL color Cylindrical-coordinate representation of color #CF820F: hue angle of 35.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF820F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 15 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.19 |
| HSL | 35.94º | 0.86% | 0.44% | - |
| HSV(B) | 35.94º | 0.93% | 0.81% | - |
| XYZ | 33.8 | 29.27 | 4.32 | - |
| YUV | 139.91 | 57.51 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 15 | 0 | 0.37 | 0.93 | 0.19 | 35.94 | 0.86 | 0.44 |
| Hex | CF | 82 | F | 0 | 25 | 5D | 13 | 24 | 56 | 2C |
| Octal | 317 | 202 | 17 | 0 | 45 | 135 | 23 | 44 | 126 | 54 |
| Binary | 11001111 | 10000010 | 1111 | 0 | 100101 | 1011101 | 10011 | 100100 | 1010110 | 101100 |
Color Harmonies of #CF820F
Complementary color
Monochromatic Colors of #CF820F
Black with #CF820F
Text Example
Text Example
White with #CF820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF820F; }
p { color: rgb(207,130,15); }
H1.HeaderClassName
{
color: #CF820F;
}
.AnyTagClassName
{
color: #CF820F;
}
</style>
background-color css
<style>
a { background-color: #CF820F; }
a { background-color: rgb(207,130,15); }
div.DivClassName
{
background-color: #CF820F;
}
.BgClassName
{
background-color: #CF820F;
}
</style>
border-color css
<style>
span { border-color: #CF820F; }
span { border-color: rgb(207,130,15); }
td.TdClassName
{
border-color: #CF820F;
}
.TagClassName
{
border-color: #CF820F;
}
</style>