Shades of Apache #CFA165
Tints of Apache #CFA165
RGB
CMYK
RGB Variations
Color information
#CFA165 (or 0xCFA165) is known color: Apache. HEX triplet: CF, A1 and 65. RGB value is (207,161,101). Sum of RGB (Red+Green+Blue) = 207+161+101=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA165 is #305E9A. Grayscale: #A8A8A8. Windows color (decimal): -3169947 or 6660559. OLE color: 6660559.
HSL color Cylindrical-coordinate representation of color #CFA165: hue angle of 33.96º 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 #CFA165 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 101 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.19 |
| HSL | 33.96º | 0.52% | 0.6% | - |
| HSV(B) | 33.96º | 0.51% | 0.81% | - |
| XYZ | 40.83 | 39.69 | 17.82 | - |
| YUV | 167.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 101 | 0 | 0.22 | 0.51 | 0.19 | 33.96 | 0.52 | 0.6 |
| Hex | CF | A1 | 65 | 0 | 16 | 33 | 13 | 22 | 34 | 3C |
| Octal | 317 | 241 | 145 | 0 | 26 | 63 | 23 | 42 | 64 | 74 |
| Binary | 11001111 | 10100001 | 1100101 | 0 | 10110 | 110011 | 10011 | 100010 | 110100 | 111100 |
Color Harmonies of #CFA165
Complementary color
Monochromatic Colors of #CFA165
Black with #CFA165
Text Example
Text Example
White with #CFA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA165; }
p { color: rgb(207,161,101); }
H1.HeaderClassName
{
color: #CFA165;
}
.AnyTagClassName
{
color: #CFA165;
}
</style>
background-color css
<style>
a { background-color: #CFA165; }
a { background-color: rgb(207,161,101); }
div.DivClassName
{
background-color: #CFA165;
}
.BgClassName
{
background-color: #CFA165;
}
</style>
border-color css
<style>
span { border-color: #CFA165; }
span { border-color: rgb(207,161,101); }
td.TdClassName
{
border-color: #CFA165;
}
.TagClassName
{
border-color: #CFA165;
}
</style>