Shades of Ochre #CF721C
Tints of Ochre #CF721C
RGB
CMYK
RGB Variations
Color information
#CF721C (or 0xCF721C) is known color: Ochre. HEX triplet: CF, 72 and 1C. RGB value is (207,114,28). Sum of RGB (Red+Green+Blue) = 207+114+28=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF721C is #308DE3. Grayscale: #848484. Windows color (decimal): -3182052 or 1864399. OLE color: 1864399.
HSL color Cylindrical-coordinate representation of color #CF721C: hue angle of 28.83º 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 #CF721C is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 28 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.19 |
| HSL | 28.83º | 0.76% | 0.46% | - |
| HSV(B) | 28.83º | 0.86% | 0.81% | - |
| XYZ | 31.96 | 25.38 | 4.31 | - |
| YUV | 132 | 69.31 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 28 | 0 | 0.45 | 0.86 | 0.19 | 28.83 | 0.76 | 0.46 |
| Hex | CF | 72 | 1C | 0 | 2D | 56 | 13 | 1D | 4C | 2E |
| Octal | 317 | 162 | 34 | 0 | 55 | 126 | 23 | 35 | 114 | 56 |
| Binary | 11001111 | 1110010 | 11100 | 0 | 101101 | 1010110 | 10011 | 11101 | 1001100 | 101110 |
Color Harmonies of #CF721C
Complementary color
Monochromatic Colors of #CF721C
Black with #CF721C
Text Example
Text Example
White with #CF721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF721C; }
p { color: rgb(207,114,28); }
H1.HeaderClassName
{
color: #CF721C;
}
.AnyTagClassName
{
color: #CF721C;
}
</style>
background-color css
<style>
a { background-color: #CF721C; }
a { background-color: rgb(207,114,28); }
div.DivClassName
{
background-color: #CF721C;
}
.BgClassName
{
background-color: #CF721C;
}
</style>
border-color css
<style>
span { border-color: #CF721C; }
span { border-color: rgb(207,114,28); }
td.TdClassName
{
border-color: #CF721C;
}
.TagClassName
{
border-color: #CF721C;
}
</style>