Shades of Apache #CFA664
Tints of Apache #CFA664
RGB
CMYK
RGB Variations
Color information
#CFA664 (or 0xCFA664) is known color: Apache. HEX triplet: CF, A6 and 64. RGB value is (207,166,100). Sum of RGB (Red+Green+Blue) = 207+166+100=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA664 is #30599B. Grayscale: #ABABAB. Windows color (decimal): -3168668 or 6596303. OLE color: 6596303.
HSL color Cylindrical-coordinate representation of color #CFA664: hue angle of 37.01º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFA664 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 100 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.19 |
| HSL | 37.01º | 0.53% | 0.6% | - |
| HSV(B) | 37.01º | 0.52% | 0.81% | - |
| XYZ | 41.67 | 41.46 | 17.86 | - |
| YUV | 170.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 100 | 0 | 0.20 | 0.52 | 0.19 | 37.01 | 0.53 | 0.6 |
| Hex | CF | A6 | 64 | 0 | 14 | 34 | 13 | 25 | 35 | 3C |
| Octal | 317 | 246 | 144 | 0 | 24 | 64 | 23 | 45 | 65 | 74 |
| Binary | 11001111 | 10100110 | 1100100 | 0 | 10100 | 110100 | 10011 | 100101 | 110101 | 111100 |
Color Harmonies of #CFA664
Complementary color
Monochromatic Colors of #CFA664
Black with #CFA664
Text Example
Text Example
White with #CFA664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA664; }
p { color: rgb(207,166,100); }
H1.HeaderClassName
{
color: #CFA664;
}
.AnyTagClassName
{
color: #CFA664;
}
</style>
background-color css
<style>
a { background-color: #CFA664; }
a { background-color: rgb(207,166,100); }
div.DivClassName
{
background-color: #CFA664;
}
.BgClassName
{
background-color: #CFA664;
}
</style>
border-color css
<style>
span { border-color: #CFA664; }
span { border-color: rgb(207,166,100); }
td.TdClassName
{
border-color: #CFA664;
}
.TagClassName
{
border-color: #CFA664;
}
</style>