Shades of Apache #CFA956
Tints of Apache #CFA956
RGB
CMYK
RGB Variations
Color information
#CFA956 (or 0xCFA956) is known color: Apache. HEX triplet: CF, A9 and 56. RGB value is (207,169,86). Sum of RGB (Red+Green+Blue) = 207+169+86=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA956 is #3056A9. Grayscale: #ABABAB. Windows color (decimal): -3167914 or 5679567. OLE color: 5679567.
HSL color Cylindrical-coordinate representation of color #CFA956: hue angle of 41.16º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFA956 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 86 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.19 |
| HSL | 41.16º | 0.56% | 0.57% | - |
| HSV(B) | 41.16º | 0.58% | 0.81% | - |
| XYZ | 41.6 | 42.31 | 14.78 | - |
| YUV | 170.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 86 | 0 | 0.18 | 0.58 | 0.19 | 41.16 | 0.56 | 0.57 |
| Hex | CF | A9 | 56 | 0 | 12 | 3A | 13 | 29 | 38 | 39 |
| Octal | 317 | 251 | 126 | 0 | 22 | 72 | 23 | 51 | 70 | 71 |
| Binary | 11001111 | 10101001 | 1010110 | 0 | 10010 | 111010 | 10011 | 101001 | 111000 | 111001 |
Color Harmonies of #CFA956
Complementary color
Monochromatic Colors of #CFA956
Black with #CFA956
Text Example
Text Example
White with #CFA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA956; }
p { color: rgb(207,169,86); }
H1.HeaderClassName
{
color: #CFA956;
}
.AnyTagClassName
{
color: #CFA956;
}
</style>
background-color css
<style>
a { background-color: #CFA956; }
a { background-color: rgb(207,169,86); }
div.DivClassName
{
background-color: #CFA956;
}
.BgClassName
{
background-color: #CFA956;
}
</style>
border-color css
<style>
span { border-color: #CFA956; }
span { border-color: rgb(207,169,86); }
td.TdClassName
{
border-color: #CFA956;
}
.TagClassName
{
border-color: #CFA956;
}
</style>