Shades of Apache #CFA44F
Tints of Apache #CFA44F
RGB
CMYK
RGB Variations
Color information
#CFA44F (or 0xCFA44F) is known color: Apache. HEX triplet: CF, A4 and 4F. RGB value is (207,164,79). Sum of RGB (Red+Green+Blue) = 207+164+79=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA44F is #305BB0. Grayscale: #A7A7A7. Windows color (decimal): -3169201 or 5219535. OLE color: 5219535.
HSL color Cylindrical-coordinate representation of color #CFA44F: hue angle of 39.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFA44F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 79 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.19 |
| HSL | 39.84º | 0.57% | 0.56% | - |
| HSV(B) | 39.84º | 0.62% | 0.81% | - |
| XYZ | 40.42 | 40.38 | 13.06 | - |
| YUV | 167.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 79 | 0 | 0.21 | 0.62 | 0.19 | 39.84 | 0.57 | 0.56 |
| Hex | CF | A4 | 4F | 0 | 15 | 3E | 13 | 28 | 39 | 38 |
| Octal | 317 | 244 | 117 | 0 | 25 | 76 | 23 | 50 | 71 | 70 |
| Binary | 11001111 | 10100100 | 1001111 | 0 | 10101 | 111110 | 10011 | 101000 | 111001 | 111000 |
Color Harmonies of #CFA44F
Complementary color
Monochromatic Colors of #CFA44F
Black with #CFA44F
Text Example
Text Example
White with #CFA44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA44F; }
p { color: rgb(207,164,79); }
H1.HeaderClassName
{
color: #CFA44F;
}
.AnyTagClassName
{
color: #CFA44F;
}
</style>
background-color css
<style>
a { background-color: #CFA44F; }
a { background-color: rgb(207,164,79); }
div.DivClassName
{
background-color: #CFA44F;
}
.BgClassName
{
background-color: #CFA44F;
}
</style>
border-color css
<style>
span { border-color: #CFA44F; }
span { border-color: rgb(207,164,79); }
td.TdClassName
{
border-color: #CFA44F;
}
.TagClassName
{
border-color: #CFA44F;
}
</style>