Shades of Apache #CFA264
Tints of Apache #CFA264
RGB
CMYK
RGB Variations
Color information
#CFA264 (or 0xCFA264) is known color: Apache. HEX triplet: CF, A2 and 64. RGB value is (207,162,100). Sum of RGB (Red+Green+Blue) = 207+162+100=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA264 is #305D9B. Grayscale: #A8A8A8. Windows color (decimal): -3169692 or 6595279. OLE color: 6595279.
HSL color Cylindrical-coordinate representation of color #CFA264: hue angle of 34.77º 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 #CFA264 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 100 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.19 |
| HSL | 34.77º | 0.53% | 0.6% | - |
| HSV(B) | 34.77º | 0.52% | 0.81% | - |
| XYZ | 40.95 | 40.03 | 17.62 | - |
| YUV | 168.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 100 | 0 | 0.22 | 0.52 | 0.19 | 34.77 | 0.53 | 0.6 |
| Hex | CF | A2 | 64 | 0 | 16 | 34 | 13 | 23 | 35 | 3C |
| Octal | 317 | 242 | 144 | 0 | 26 | 64 | 23 | 43 | 65 | 74 |
| Binary | 11001111 | 10100010 | 1100100 | 0 | 10110 | 110100 | 10011 | 100011 | 110101 | 111100 |
Color Harmonies of #CFA264
Complementary color
Monochromatic Colors of #CFA264
Black with #CFA264
Text Example
Text Example
White with #CFA264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA264; }
p { color: rgb(207,162,100); }
H1.HeaderClassName
{
color: #CFA264;
}
.AnyTagClassName
{
color: #CFA264;
}
</style>
background-color css
<style>
a { background-color: #CFA264; }
a { background-color: rgb(207,162,100); }
div.DivClassName
{
background-color: #CFA264;
}
.BgClassName
{
background-color: #CFA264;
}
</style>
border-color css
<style>
span { border-color: #CFA264; }
span { border-color: rgb(207,162,100); }
td.TdClassName
{
border-color: #CFA264;
}
.TagClassName
{
border-color: #CFA264;
}
</style>