Shades of Apache #CFA665
Tints of Apache #CFA665
RGB
CMYK
RGB Variations
Color information
#CFA665 (or 0xCFA665) is known color: Apache. HEX triplet: CF, A6 and 65. RGB value is (207,166,101). Sum of RGB (Red+Green+Blue) = 207+166+101=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA665 is #30599A. Grayscale: #ABABAB. Windows color (decimal): -3168667 or 6661839. OLE color: 6661839.
HSL color Cylindrical-coordinate representation of color #CFA665: hue angle of 36.79º 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 #CFA665 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 101 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.19 |
| HSL | 36.79º | 0.52% | 0.6% | - |
| HSV(B) | 36.79º | 0.51% | 0.81% | - |
| XYZ | 41.72 | 41.48 | 18.12 | - |
| YUV | 170.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 101 | 0 | 0.20 | 0.51 | 0.19 | 36.79 | 0.52 | 0.6 |
| Hex | CF | A6 | 65 | 0 | 14 | 33 | 13 | 25 | 34 | 3C |
| Octal | 317 | 246 | 145 | 0 | 24 | 63 | 23 | 45 | 64 | 74 |
| Binary | 11001111 | 10100110 | 1100101 | 0 | 10100 | 110011 | 10011 | 100101 | 110100 | 111100 |
Color Harmonies of #CFA665
Complementary color
Monochromatic Colors of #CFA665
Black with #CFA665
Text Example
Text Example
White with #CFA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA665; }
p { color: rgb(207,166,101); }
H1.HeaderClassName
{
color: #CFA665;
}
.AnyTagClassName
{
color: #CFA665;
}
</style>
background-color css
<style>
a { background-color: #CFA665; }
a { background-color: rgb(207,166,101); }
div.DivClassName
{
background-color: #CFA665;
}
.BgClassName
{
background-color: #CFA665;
}
</style>
border-color css
<style>
span { border-color: #CFA665; }
span { border-color: rgb(207,166,101); }
td.TdClassName
{
border-color: #CFA665;
}
.TagClassName
{
border-color: #CFA665;
}
</style>