Shades of Apache #CFAF64
Tints of Apache #CFAF64
RGB
CMYK
RGB Variations
Color information
#CFAF64 (or 0xCFAF64) is known color: Apache. HEX triplet: CF, AF and 64. RGB value is (207,175,100). Sum of RGB (Red+Green+Blue) = 207+175+100=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF64 is #30509B. Grayscale: #B0B0B0. Windows color (decimal): -3166364 or 6598607. OLE color: 6598607.
HSL color Cylindrical-coordinate representation of color #CFAF64: hue angle of 42.06º 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 #CFAF64 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 100 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.19 |
| HSL | 42.06º | 0.53% | 0.6% | - |
| HSV(B) | 42.06º | 0.52% | 0.81% | - |
| XYZ | 43.36 | 44.85 | 18.43 | - |
| YUV | 176.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 100 | 0 | 0.15 | 0.52 | 0.19 | 42.06 | 0.53 | 0.6 |
| Hex | CF | AF | 64 | 0 | F | 34 | 13 | 2A | 35 | 3C |
| Octal | 317 | 257 | 144 | 0 | 17 | 64 | 23 | 52 | 65 | 74 |
| Binary | 11001111 | 10101111 | 1100100 | 0 | 1111 | 110100 | 10011 | 101010 | 110101 | 111100 |
Color Harmonies of #CFAF64
Complementary color
Monochromatic Colors of #CFAF64
Black with #CFAF64
Text Example
Text Example
White with #CFAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF64; }
p { color: rgb(207,175,100); }
H1.HeaderClassName
{
color: #CFAF64;
}
.AnyTagClassName
{
color: #CFAF64;
}
</style>
background-color css
<style>
a { background-color: #CFAF64; }
a { background-color: rgb(207,175,100); }
div.DivClassName
{
background-color: #CFAF64;
}
.BgClassName
{
background-color: #CFAF64;
}
</style>
border-color css
<style>
span { border-color: #CFAF64; }
span { border-color: rgb(207,175,100); }
td.TdClassName
{
border-color: #CFAF64;
}
.TagClassName
{
border-color: #CFAF64;
}
</style>