Shades of Apache #CFA866
Tints of Apache #CFA866
RGB
CMYK
RGB Variations
Color information
#CFA866 (or 0xCFA866) is known color: Apache. HEX triplet: CF, A8 and 66. RGB value is (207,168,102). Sum of RGB (Red+Green+Blue) = 207+168+102=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA866 is #305799. Grayscale: #ACACAC. Windows color (decimal): -3168154 or 6727887. OLE color: 6727887.
HSL color Cylindrical-coordinate representation of color #CFA866: hue angle of 37.71º 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 #CFA866 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 102 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.19 |
| HSL | 37.71º | 0.52% | 0.61% | - |
| HSV(B) | 37.71º | 0.51% | 0.81% | - |
| XYZ | 42.13 | 42.23 | 18.5 | - |
| YUV | 172.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 102 | 0 | 0.19 | 0.51 | 0.19 | 37.71 | 0.52 | 0.61 |
| Hex | CF | A8 | 66 | 0 | 13 | 33 | 13 | 26 | 34 | 3D |
| Octal | 317 | 250 | 146 | 0 | 23 | 63 | 23 | 46 | 64 | 75 |
| Binary | 11001111 | 10101000 | 1100110 | 0 | 10011 | 110011 | 10011 | 100110 | 110100 | 111101 |
Color Harmonies of #CFA866
Complementary color
Monochromatic Colors of #CFA866
Black with #CFA866
Text Example
Text Example
White with #CFA866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA866; }
p { color: rgb(207,168,102); }
H1.HeaderClassName
{
color: #CFA866;
}
.AnyTagClassName
{
color: #CFA866;
}
</style>
background-color css
<style>
a { background-color: #CFA866; }
a { background-color: rgb(207,168,102); }
div.DivClassName
{
background-color: #CFA866;
}
.BgClassName
{
background-color: #CFA866;
}
</style>
border-color css
<style>
span { border-color: #CFA866; }
span { border-color: rgb(207,168,102); }
td.TdClassName
{
border-color: #CFA866;
}
.TagClassName
{
border-color: #CFA866;
}
</style>