Shades of Apache #CFAF60
Tints of Apache #CFAF60
RGB
CMYK
RGB Variations
Color information
#CFAF60 (or 0xCFAF60) is known color: Apache. HEX triplet: CF, AF and 60. RGB value is (207,175,96). Sum of RGB (Red+Green+Blue) = 207+175+96=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF60 is #30509F. Grayscale: #AFAFAF. Windows color (decimal): -3166368 or 6336463. OLE color: 6336463.
HSL color Cylindrical-coordinate representation of color #CFAF60: hue angle of 42.7º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFAF60 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 96 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.19 |
| HSL | 42.7º | 0.54% | 0.59% | - |
| HSV(B) | 42.7º | 0.54% | 0.81% | - |
| XYZ | 43.17 | 44.77 | 17.43 | - |
| YUV | 175.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 96 | 0 | 0.15 | 0.54 | 0.19 | 42.7 | 0.54 | 0.59 |
| Hex | CF | AF | 60 | 0 | F | 36 | 13 | 2B | 36 | 3B |
| Octal | 317 | 257 | 140 | 0 | 17 | 66 | 23 | 53 | 66 | 73 |
| Binary | 11001111 | 10101111 | 1100000 | 0 | 1111 | 110110 | 10011 | 101011 | 110110 | 111011 |
Color Harmonies of #CFAF60
Complementary color
Monochromatic Colors of #CFAF60
Black with #CFAF60
Text Example
Text Example
White with #CFAF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF60; }
p { color: rgb(207,175,96); }
H1.HeaderClassName
{
color: #CFAF60;
}
.AnyTagClassName
{
color: #CFAF60;
}
</style>
background-color css
<style>
a { background-color: #CFAF60; }
a { background-color: rgb(207,175,96); }
div.DivClassName
{
background-color: #CFAF60;
}
.BgClassName
{
background-color: #CFAF60;
}
</style>
border-color css
<style>
span { border-color: #CFAF60; }
span { border-color: rgb(207,175,96); }
td.TdClassName
{
border-color: #CFAF60;
}
.TagClassName
{
border-color: #CFAF60;
}
</style>