Shades of Apache #CFA663
Tints of Apache #CFA663
RGB
CMYK
RGB Variations
Color information
#CFA663 (or 0xCFA663) is known color: Apache. HEX triplet: CF, A6 and 63. RGB value is (207,166,99). Sum of RGB (Red+Green+Blue) = 207+166+99=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA663 is #30599C. Grayscale: #AAAAAA. Windows color (decimal): -3168669 or 6530767. OLE color: 6530767.
HSL color Cylindrical-coordinate representation of color #CFA663: hue angle of 37.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 #CFA663 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 99 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.19 |
| HSL | 37.22º | 0.53% | 0.6% | - |
| HSV(B) | 37.22º | 0.52% | 0.81% | - |
| XYZ | 41.62 | 41.44 | 17.61 | - |
| YUV | 170.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 99 | 0 | 0.20 | 0.52 | 0.19 | 37.22 | 0.53 | 0.6 |
| Hex | CF | A6 | 63 | 0 | 14 | 34 | 13 | 25 | 35 | 3C |
| Octal | 317 | 246 | 143 | 0 | 24 | 64 | 23 | 45 | 65 | 74 |
| Binary | 11001111 | 10100110 | 1100011 | 0 | 10100 | 110100 | 10011 | 100101 | 110101 | 111100 |
Color Harmonies of #CFA663
Complementary color
Monochromatic Colors of #CFA663
Black with #CFA663
Text Example
Text Example
White with #CFA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA663; }
p { color: rgb(207,166,99); }
H1.HeaderClassName
{
color: #CFA663;
}
.AnyTagClassName
{
color: #CFA663;
}
</style>
background-color css
<style>
a { background-color: #CFA663; }
a { background-color: rgb(207,166,99); }
div.DivClassName
{
background-color: #CFA663;
}
.BgClassName
{
background-color: #CFA663;
}
</style>
border-color css
<style>
span { border-color: #CFA663; }
span { border-color: rgb(207,166,99); }
td.TdClassName
{
border-color: #CFA663;
}
.TagClassName
{
border-color: #CFA663;
}
</style>