Shades of Apache #CFAD61
Tints of Apache #CFAD61
RGB
CMYK
RGB Variations
Color information
#CFAD61 (or 0xCFAD61) is known color: Apache. HEX triplet: CF, AD and 61. RGB value is (207,173,97). Sum of RGB (Red+Green+Blue) = 207+173+97=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD61 is #30529E. Grayscale: #AEAEAE. Windows color (decimal): -3166879 or 6401487. OLE color: 6401487.
HSL color Cylindrical-coordinate representation of color #CFAD61: hue angle of 41.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFAD61 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 97 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.19 |
| HSL | 41.45º | 0.53% | 0.6% | - |
| HSV(B) | 41.45º | 0.53% | 0.81% | - |
| XYZ | 42.83 | 44.02 | 17.55 | - |
| YUV | 174.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 97 | 0 | 0.16 | 0.53 | 0.19 | 41.45 | 0.53 | 0.6 |
| Hex | CF | AD | 61 | 0 | 10 | 35 | 13 | 29 | 35 | 3C |
| Octal | 317 | 255 | 141 | 0 | 20 | 65 | 23 | 51 | 65 | 74 |
| Binary | 11001111 | 10101101 | 1100001 | 0 | 10000 | 110101 | 10011 | 101001 | 110101 | 111100 |
Color Harmonies of #CFAD61
Complementary color
Monochromatic Colors of #CFAD61
Black with #CFAD61
Text Example
Text Example
White with #CFAD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD61; }
p { color: rgb(207,173,97); }
H1.HeaderClassName
{
color: #CFAD61;
}
.AnyTagClassName
{
color: #CFAD61;
}
</style>
background-color css
<style>
a { background-color: #CFAD61; }
a { background-color: rgb(207,173,97); }
div.DivClassName
{
background-color: #CFAD61;
}
.BgClassName
{
background-color: #CFAD61;
}
</style>
border-color css
<style>
span { border-color: #CFAD61; }
span { border-color: rgb(207,173,97); }
td.TdClassName
{
border-color: #CFAD61;
}
.TagClassName
{
border-color: #CFAD61;
}
</style>