Shades of Apache #CFA366
Tints of Apache #CFA366
RGB
CMYK
RGB Variations
Color information
#CFA366 (or 0xCFA366) is known color: Apache. HEX triplet: CF, A3 and 66. RGB value is (207,163,102). Sum of RGB (Red+Green+Blue) = 207+163+102=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA366 is #305C99. Grayscale: #A9A9A9. Windows color (decimal): -3169434 or 6726607. OLE color: 6726607.
HSL color Cylindrical-coordinate representation of color #CFA366: hue angle of 34.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA366 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 102 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.19 |
| HSL | 34.86º | 0.52% | 0.61% | - |
| HSV(B) | 34.86º | 0.51% | 0.81% | - |
| XYZ | 41.23 | 40.42 | 18.2 | - |
| YUV | 169.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 102 | 0 | 0.21 | 0.51 | 0.19 | 34.86 | 0.52 | 0.61 |
| Hex | CF | A3 | 66 | 0 | 15 | 33 | 13 | 23 | 34 | 3D |
| Octal | 317 | 243 | 146 | 0 | 25 | 63 | 23 | 43 | 64 | 75 |
| Binary | 11001111 | 10100011 | 1100110 | 0 | 10101 | 110011 | 10011 | 100011 | 110100 | 111101 |
Color Harmonies of #CFA366
Complementary color
Monochromatic Colors of #CFA366
Black with #CFA366
Text Example
Text Example
White with #CFA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA366; }
p { color: rgb(207,163,102); }
H1.HeaderClassName
{
color: #CFA366;
}
.AnyTagClassName
{
color: #CFA366;
}
</style>
background-color css
<style>
a { background-color: #CFA366; }
a { background-color: rgb(207,163,102); }
div.DivClassName
{
background-color: #CFA366;
}
.BgClassName
{
background-color: #CFA366;
}
</style>
border-color css
<style>
span { border-color: #CFA366; }
span { border-color: rgb(207,163,102); }
td.TdClassName
{
border-color: #CFA366;
}
.TagClassName
{
border-color: #CFA366;
}
</style>