Shades of Apache #CFAC65
Tints of Apache #CFAC65
RGB
CMYK
RGB Variations
Color information
#CFAC65 (or 0xCFAC65) is known color: Apache. HEX triplet: CF, AC and 65. RGB value is (207,172,101). Sum of RGB (Red+Green+Blue) = 207+172+101=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC65 is #30539A. Grayscale: #AEAEAE. Windows color (decimal): -3167131 or 6663375. OLE color: 6663375.
HSL color Cylindrical-coordinate representation of color #CFAC65: hue angle of 40.19º 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 #CFAC65 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 101 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.19 |
| HSL | 40.19º | 0.52% | 0.6% | - |
| HSV(B) | 40.19º | 0.51% | 0.81% | - |
| XYZ | 42.83 | 43.71 | 18.49 | - |
| YUV | 174.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 101 | 0 | 0.17 | 0.51 | 0.19 | 40.19 | 0.52 | 0.6 |
| Hex | CF | AC | 65 | 0 | 11 | 33 | 13 | 28 | 34 | 3C |
| Octal | 317 | 254 | 145 | 0 | 21 | 63 | 23 | 50 | 64 | 74 |
| Binary | 11001111 | 10101100 | 1100101 | 0 | 10001 | 110011 | 10011 | 101000 | 110100 | 111100 |
Color Harmonies of #CFAC65
Complementary color
Monochromatic Colors of #CFAC65
Black with #CFAC65
Text Example
Text Example
White with #CFAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC65; }
p { color: rgb(207,172,101); }
H1.HeaderClassName
{
color: #CFAC65;
}
.AnyTagClassName
{
color: #CFAC65;
}
</style>
background-color css
<style>
a { background-color: #CFAC65; }
a { background-color: rgb(207,172,101); }
div.DivClassName
{
background-color: #CFAC65;
}
.BgClassName
{
background-color: #CFAC65;
}
</style>
border-color css
<style>
span { border-color: #CFAC65; }
span { border-color: rgb(207,172,101); }
td.TdClassName
{
border-color: #CFAC65;
}
.TagClassName
{
border-color: #CFAC65;
}
</style>