Shades of Apache #CFAF56
Tints of Apache #CFAF56
RGB
CMYK
RGB Variations
Color information
#CFAF56 (or 0xCFAF56) is known color: Apache. HEX triplet: CF, AF and 56. RGB value is (207,175,86). Sum of RGB (Red+Green+Blue) = 207+175+86=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF56 is #3050A9. Grayscale: #AEAEAE. Windows color (decimal): -3166378 or 5681103. OLE color: 5681103.
HSL color Cylindrical-coordinate representation of color #CFAF56: hue angle of 44.13º 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 #CFAF56 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 86 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.19 |
| HSL | 44.13º | 0.56% | 0.57% | - |
| HSV(B) | 44.13º | 0.58% | 0.81% | - |
| XYZ | 42.74 | 44.6 | 15.16 | - |
| YUV | 174.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 86 | 0 | 0.15 | 0.58 | 0.19 | 44.13 | 0.56 | 0.57 |
| Hex | CF | AF | 56 | 0 | F | 3A | 13 | 2C | 38 | 39 |
| Octal | 317 | 257 | 126 | 0 | 17 | 72 | 23 | 54 | 70 | 71 |
| Binary | 11001111 | 10101111 | 1010110 | 0 | 1111 | 111010 | 10011 | 101100 | 111000 | 111001 |
Color Harmonies of #CFAF56
Complementary color
Monochromatic Colors of #CFAF56
Black with #CFAF56
Text Example
Text Example
White with #CFAF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF56; }
p { color: rgb(207,175,86); }
H1.HeaderClassName
{
color: #CFAF56;
}
.AnyTagClassName
{
color: #CFAF56;
}
</style>
background-color css
<style>
a { background-color: #CFAF56; }
a { background-color: rgb(207,175,86); }
div.DivClassName
{
background-color: #CFAF56;
}
.BgClassName
{
background-color: #CFAF56;
}
</style>
border-color css
<style>
span { border-color: #CFAF56; }
span { border-color: rgb(207,175,86); }
td.TdClassName
{
border-color: #CFAF56;
}
.TagClassName
{
border-color: #CFAF56;
}
</style>