Shades of Apache #CFA34F
Tints of Apache #CFA34F
RGB
CMYK
RGB Variations
Color information
#CFA34F (or 0xCFA34F) is known color: Apache. HEX triplet: CF, A3 and 4F. RGB value is (207,163,79). Sum of RGB (Red+Green+Blue) = 207+163+79=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA34F is #305CB0. Grayscale: #A6A6A6. Windows color (decimal): -3169457 or 5219279. OLE color: 5219279.
HSL color Cylindrical-coordinate representation of color #CFA34F: hue angle of 39.38º 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 #CFA34F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 79 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.19 |
| HSL | 39.38º | 0.57% | 0.56% | - |
| HSV(B) | 39.38º | 0.62% | 0.81% | - |
| XYZ | 40.24 | 40.02 | 13 | - |
| YUV | 166.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 79 | 0 | 0.21 | 0.62 | 0.19 | 39.38 | 0.57 | 0.56 |
| Hex | CF | A3 | 4F | 0 | 15 | 3E | 13 | 27 | 39 | 38 |
| Octal | 317 | 243 | 117 | 0 | 25 | 76 | 23 | 47 | 71 | 70 |
| Binary | 11001111 | 10100011 | 1001111 | 0 | 10101 | 111110 | 10011 | 100111 | 111001 | 111000 |
Color Harmonies of #CFA34F
Complementary color
Monochromatic Colors of #CFA34F
Black with #CFA34F
Text Example
Text Example
White with #CFA34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA34F; }
p { color: rgb(207,163,79); }
H1.HeaderClassName
{
color: #CFA34F;
}
.AnyTagClassName
{
color: #CFA34F;
}
</style>
background-color css
<style>
a { background-color: #CFA34F; }
a { background-color: rgb(207,163,79); }
div.DivClassName
{
background-color: #CFA34F;
}
.BgClassName
{
background-color: #CFA34F;
}
</style>
border-color css
<style>
span { border-color: #CFA34F; }
span { border-color: rgb(207,163,79); }
td.TdClassName
{
border-color: #CFA34F;
}
.TagClassName
{
border-color: #CFA34F;
}
</style>