Shades of Apache #CFA865
Tints of Apache #CFA865
RGB
CMYK
RGB Variations
Color information
#CFA865 (or 0xCFA865) is known color: Apache. HEX triplet: CF, A8 and 65. RGB value is (207,168,101). Sum of RGB (Red+Green+Blue) = 207+168+101=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA865 is #30579A. Grayscale: #ACACAC. Windows color (decimal): -3168155 or 6662351. OLE color: 6662351.
HSL color Cylindrical-coordinate representation of color #CFA865: hue angle of 37.92º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA865 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 101 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.19 |
| HSL | 37.92º | 0.52% | 0.6% | - |
| HSV(B) | 37.92º | 0.51% | 0.81% | - |
| XYZ | 42.08 | 42.21 | 18.24 | - |
| YUV | 172.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 101 | 0 | 0.19 | 0.51 | 0.19 | 37.92 | 0.52 | 0.6 |
| Hex | CF | A8 | 65 | 0 | 13 | 33 | 13 | 26 | 34 | 3C |
| Octal | 317 | 250 | 145 | 0 | 23 | 63 | 23 | 46 | 64 | 74 |
| Binary | 11001111 | 10101000 | 1100101 | 0 | 10011 | 110011 | 10011 | 100110 | 110100 | 111100 |
Color Harmonies of #CFA865
Complementary color
Monochromatic Colors of #CFA865
Black with #CFA865
Text Example
Text Example
White with #CFA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA865; }
p { color: rgb(207,168,101); }
H1.HeaderClassName
{
color: #CFA865;
}
.AnyTagClassName
{
color: #CFA865;
}
</style>
background-color css
<style>
a { background-color: #CFA865; }
a { background-color: rgb(207,168,101); }
div.DivClassName
{
background-color: #CFA865;
}
.BgClassName
{
background-color: #CFA865;
}
</style>
border-color css
<style>
span { border-color: #CFA865; }
span { border-color: rgb(207,168,101); }
td.TdClassName
{
border-color: #CFA865;
}
.TagClassName
{
border-color: #CFA865;
}
</style>