Shades of Apache #CFAA64
Tints of Apache #CFAA64
RGB
CMYK
RGB Variations
Color information
#CFAA64 (or 0xCFAA64) is known color: Apache. HEX triplet: CF, AA and 64. RGB value is (207,170,100). Sum of RGB (Red+Green+Blue) = 207+170+100=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA64 is #30559B. Grayscale: #ADADAD. Windows color (decimal): -3167644 or 6597327. OLE color: 6597327.
HSL color Cylindrical-coordinate representation of color #CFAA64: hue angle of 39.25º 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 #CFAA64 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 100 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.19 |
| HSL | 39.25º | 0.53% | 0.6% | - |
| HSV(B) | 39.25º | 0.52% | 0.81% | - |
| XYZ | 42.41 | 42.93 | 18.11 | - |
| YUV | 173.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 100 | 0 | 0.18 | 0.52 | 0.19 | 39.25 | 0.53 | 0.6 |
| Hex | CF | AA | 64 | 0 | 12 | 34 | 13 | 27 | 35 | 3C |
| Octal | 317 | 252 | 144 | 0 | 22 | 64 | 23 | 47 | 65 | 74 |
| Binary | 11001111 | 10101010 | 1100100 | 0 | 10010 | 110100 | 10011 | 100111 | 110101 | 111100 |
Color Harmonies of #CFAA64
Complementary color
Monochromatic Colors of #CFAA64
Black with #CFAA64
Text Example
Text Example
White with #CFAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA64; }
p { color: rgb(207,170,100); }
H1.HeaderClassName
{
color: #CFAA64;
}
.AnyTagClassName
{
color: #CFAA64;
}
</style>
background-color css
<style>
a { background-color: #CFAA64; }
a { background-color: rgb(207,170,100); }
div.DivClassName
{
background-color: #CFAA64;
}
.BgClassName
{
background-color: #CFAA64;
}
</style>
border-color css
<style>
span { border-color: #CFAA64; }
span { border-color: rgb(207,170,100); }
td.TdClassName
{
border-color: #CFAA64;
}
.TagClassName
{
border-color: #CFAA64;
}
</style>