Shades of Apache #CFA863
Tints of Apache #CFA863
RGB
CMYK
RGB Variations
Color information
#CFA863 (or 0xCFA863) is known color: Apache. HEX triplet: CF, A8 and 63. RGB value is (207,168,99). Sum of RGB (Red+Green+Blue) = 207+168+99=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA863 is #30579C. Grayscale: #ACACAC. Windows color (decimal): -3168157 or 6531279. OLE color: 6531279.
HSL color Cylindrical-coordinate representation of color #CFA863: hue angle of 38.33º 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 #CFA863 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 99 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.19 |
| HSL | 38.33º | 0.53% | 0.6% | - |
| HSV(B) | 38.33º | 0.52% | 0.81% | - |
| XYZ | 41.99 | 42.17 | 17.73 | - |
| YUV | 171.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 99 | 0 | 0.19 | 0.52 | 0.19 | 38.33 | 0.53 | 0.6 |
| Hex | CF | A8 | 63 | 0 | 13 | 34 | 13 | 26 | 35 | 3C |
| Octal | 317 | 250 | 143 | 0 | 23 | 64 | 23 | 46 | 65 | 74 |
| Binary | 11001111 | 10101000 | 1100011 | 0 | 10011 | 110100 | 10011 | 100110 | 110101 | 111100 |
Color Harmonies of #CFA863
Complementary color
Monochromatic Colors of #CFA863
Black with #CFA863
Text Example
Text Example
White with #CFA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA863; }
p { color: rgb(207,168,99); }
H1.HeaderClassName
{
color: #CFA863;
}
.AnyTagClassName
{
color: #CFA863;
}
</style>
background-color css
<style>
a { background-color: #CFA863; }
a { background-color: rgb(207,168,99); }
div.DivClassName
{
background-color: #CFA863;
}
.BgClassName
{
background-color: #CFA863;
}
</style>
border-color css
<style>
span { border-color: #CFA863; }
span { border-color: rgb(207,168,99); }
td.TdClassName
{
border-color: #CFA863;
}
.TagClassName
{
border-color: #CFA863;
}
</style>