Shades of Apache #CFA564
Tints of Apache #CFA564
RGB
CMYK
RGB Variations
Color information
#CFA564 (or 0xCFA564) is known color: Apache. HEX triplet: CF, A5 and 64. RGB value is (207,165,100). Sum of RGB (Red+Green+Blue) = 207+165+100=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA564 is #305A9B. Grayscale: #AAAAAA. Windows color (decimal): -3168924 or 6596047. OLE color: 6596047.
HSL color Cylindrical-coordinate representation of color #CFA564: hue angle of 36.45º 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 #CFA564 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 100 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.19 |
| HSL | 36.45º | 0.53% | 0.6% | - |
| HSV(B) | 36.45º | 0.52% | 0.81% | - |
| XYZ | 41.49 | 41.1 | 17.8 | - |
| YUV | 170.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 100 | 0 | 0.20 | 0.52 | 0.19 | 36.45 | 0.53 | 0.6 |
| Hex | CF | A5 | 64 | 0 | 14 | 34 | 13 | 24 | 35 | 3C |
| Octal | 317 | 245 | 144 | 0 | 24 | 64 | 23 | 44 | 65 | 74 |
| Binary | 11001111 | 10100101 | 1100100 | 0 | 10100 | 110100 | 10011 | 100100 | 110101 | 111100 |
Color Harmonies of #CFA564
Complementary color
Monochromatic Colors of #CFA564
Black with #CFA564
Text Example
Text Example
White with #CFA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA564; }
p { color: rgb(207,165,100); }
H1.HeaderClassName
{
color: #CFA564;
}
.AnyTagClassName
{
color: #CFA564;
}
</style>
background-color css
<style>
a { background-color: #CFA564; }
a { background-color: rgb(207,165,100); }
div.DivClassName
{
background-color: #CFA564;
}
.BgClassName
{
background-color: #CFA564;
}
</style>
border-color css
<style>
span { border-color: #CFA564; }
span { border-color: rgb(207,165,100); }
td.TdClassName
{
border-color: #CFA564;
}
.TagClassName
{
border-color: #CFA564;
}
</style>