Shades of Apache #CFA966
Tints of Apache #CFA966
RGB
CMYK
RGB Variations
Color information
#CFA966 (or 0xCFA966) is known color: Apache. HEX triplet: CF, A9 and 66. RGB value is (207,169,102). Sum of RGB (Red+Green+Blue) = 207+169+102=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA966 is #305699. Grayscale: #ADADAD. Windows color (decimal): -3167898 or 6728143. OLE color: 6728143.
HSL color Cylindrical-coordinate representation of color #CFA966: hue angle of 38.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA966 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 102 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.19 |
| HSL | 38.29º | 0.52% | 0.61% | - |
| HSV(B) | 38.29º | 0.51% | 0.81% | - |
| XYZ | 42.32 | 42.6 | 18.56 | - |
| YUV | 172.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 102 | 0 | 0.18 | 0.51 | 0.19 | 38.29 | 0.52 | 0.61 |
| Hex | CF | A9 | 66 | 0 | 12 | 33 | 13 | 26 | 34 | 3D |
| Octal | 317 | 251 | 146 | 0 | 22 | 63 | 23 | 46 | 64 | 75 |
| Binary | 11001111 | 10101001 | 1100110 | 0 | 10010 | 110011 | 10011 | 100110 | 110100 | 111101 |
Color Harmonies of #CFA966
Complementary color
Monochromatic Colors of #CFA966
Black with #CFA966
Text Example
Text Example
White with #CFA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA966; }
p { color: rgb(207,169,102); }
H1.HeaderClassName
{
color: #CFA966;
}
.AnyTagClassName
{
color: #CFA966;
}
</style>
background-color css
<style>
a { background-color: #CFA966; }
a { background-color: rgb(207,169,102); }
div.DivClassName
{
background-color: #CFA966;
}
.BgClassName
{
background-color: #CFA966;
}
</style>
border-color css
<style>
span { border-color: #CFA966; }
span { border-color: rgb(207,169,102); }
td.TdClassName
{
border-color: #CFA966;
}
.TagClassName
{
border-color: #CFA966;
}
</style>