Shades of Apache #CFA260
Tints of Apache #CFA260
RGB
CMYK
RGB Variations
Color information
#CFA260 (or 0xCFA260) is known color: Apache. HEX triplet: CF, A2 and 60. RGB value is (207,162,96). Sum of RGB (Red+Green+Blue) = 207+162+96=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA260 is #305D9F. Grayscale: #A8A8A8. Windows color (decimal): -3169696 or 6333135. OLE color: 6333135.
HSL color Cylindrical-coordinate representation of color #CFA260: hue angle of 35.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFA260 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 96 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.19 |
| HSL | 35.68º | 0.54% | 0.59% | - |
| HSV(B) | 35.68º | 0.54% | 0.81% | - |
| XYZ | 40.76 | 39.95 | 16.63 | - |
| YUV | 167.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 96 | 0 | 0.22 | 0.54 | 0.19 | 35.68 | 0.54 | 0.59 |
| Hex | CF | A2 | 60 | 0 | 16 | 36 | 13 | 24 | 36 | 3B |
| Octal | 317 | 242 | 140 | 0 | 26 | 66 | 23 | 44 | 66 | 73 |
| Binary | 11001111 | 10100010 | 1100000 | 0 | 10110 | 110110 | 10011 | 100100 | 110110 | 111011 |
Color Harmonies of #CFA260
Complementary color
Monochromatic Colors of #CFA260
Black with #CFA260
Text Example
Text Example
White with #CFA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA260; }
p { color: rgb(207,162,96); }
H1.HeaderClassName
{
color: #CFA260;
}
.AnyTagClassName
{
color: #CFA260;
}
</style>
background-color css
<style>
a { background-color: #CFA260; }
a { background-color: rgb(207,162,96); }
div.DivClassName
{
background-color: #CFA260;
}
.BgClassName
{
background-color: #CFA260;
}
</style>
border-color css
<style>
span { border-color: #CFA260; }
span { border-color: rgb(207,162,96); }
td.TdClassName
{
border-color: #CFA260;
}
.TagClassName
{
border-color: #CFA260;
}
</style>