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