Shades of Apache #CFA957
Tints of Apache #CFA957
RGB
CMYK
RGB Variations
Color information
#CFA957 (or 0xCFA957) is known color: Apache. HEX triplet: CF, A9 and 57. RGB value is (207,169,87). Sum of RGB (Red+Green+Blue) = 207+169+87=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA957 is #3056A8. Grayscale: #ABABAB. Windows color (decimal): -3167913 or 5745103. OLE color: 5745103.
HSL color Cylindrical-coordinate representation of color #CFA957: hue angle of 41º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFA957 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 87 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.19 |
| HSL | 41º | 0.56% | 0.58% | - |
| HSV(B) | 41º | 0.58% | 0.81% | - |
| XYZ | 41.64 | 42.33 | 14.99 | - |
| YUV | 171.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 87 | 0 | 0.18 | 0.58 | 0.19 | 41 | 0.56 | 0.58 |
| Hex | CF | A9 | 57 | 0 | 12 | 3A | 13 | 29 | 38 | 3A |
| Octal | 317 | 251 | 127 | 0 | 22 | 72 | 23 | 51 | 70 | 72 |
| Binary | 11001111 | 10101001 | 1010111 | 0 | 10010 | 111010 | 10011 | 101001 | 111000 | 111010 |
Color Harmonies of #CFA957
Complementary color
Monochromatic Colors of #CFA957
Black with #CFA957
Text Example
Text Example
White with #CFA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA957; }
p { color: rgb(207,169,87); }
H1.HeaderClassName
{
color: #CFA957;
}
.AnyTagClassName
{
color: #CFA957;
}
</style>
background-color css
<style>
a { background-color: #CFA957; }
a { background-color: rgb(207,169,87); }
div.DivClassName
{
background-color: #CFA957;
}
.BgClassName
{
background-color: #CFA957;
}
</style>
border-color css
<style>
span { border-color: #CFA957; }
span { border-color: rgb(207,169,87); }
td.TdClassName
{
border-color: #CFA957;
}
.TagClassName
{
border-color: #CFA957;
}
</style>