Shades of Apache #CFAD64
Tints of Apache #CFAD64
RGB
CMYK
RGB Variations
Color information
#CFAD64 (or 0xCFAD64) is known color: Apache. HEX triplet: CF, AD and 64. RGB value is (207,173,100). Sum of RGB (Red+Green+Blue) = 207+173+100=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD64 is #30529B. Grayscale: #AFAFAF. Windows color (decimal): -3166876 or 6598095. OLE color: 6598095.
HSL color Cylindrical-coordinate representation of color #CFAD64: hue angle of 40.93º 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 #CFAD64 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 100 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.19 |
| HSL | 40.93º | 0.53% | 0.6% | - |
| HSV(B) | 40.93º | 0.52% | 0.81% | - |
| XYZ | 42.98 | 44.07 | 18.3 | - |
| YUV | 174.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 100 | 0 | 0.16 | 0.52 | 0.19 | 40.93 | 0.53 | 0.6 |
| Hex | CF | AD | 64 | 0 | 10 | 34 | 13 | 29 | 35 | 3C |
| Octal | 317 | 255 | 144 | 0 | 20 | 64 | 23 | 51 | 65 | 74 |
| Binary | 11001111 | 10101101 | 1100100 | 0 | 10000 | 110100 | 10011 | 101001 | 110101 | 111100 |
Color Harmonies of #CFAD64
Complementary color
Monochromatic Colors of #CFAD64
Black with #CFAD64
Text Example
Text Example
White with #CFAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD64; }
p { color: rgb(207,173,100); }
H1.HeaderClassName
{
color: #CFAD64;
}
.AnyTagClassName
{
color: #CFAD64;
}
</style>
background-color css
<style>
a { background-color: #CFAD64; }
a { background-color: rgb(207,173,100); }
div.DivClassName
{
background-color: #CFAD64;
}
.BgClassName
{
background-color: #CFAD64;
}
</style>
border-color css
<style>
span { border-color: #CFAD64; }
span { border-color: rgb(207,173,100); }
td.TdClassName
{
border-color: #CFAD64;
}
.TagClassName
{
border-color: #CFAD64;
}
</style>