Shades of Apache #CFAD55
Tints of Apache #CFAD55
RGB
CMYK
RGB Variations
Color information
#CFAD55 (or 0xCFAD55) is known color: Apache. HEX triplet: CF, AD and 55. RGB value is (207,173,85). Sum of RGB (Red+Green+Blue) = 207+173+85=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD55 is #3052AA. Grayscale: #ADADAD. Windows color (decimal): -3166891 or 5615055. OLE color: 5615055.
HSL color Cylindrical-coordinate representation of color #CFAD55: hue angle of 43.28º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFAD55 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 85 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.19 |
| HSL | 43.28º | 0.56% | 0.57% | - |
| HSV(B) | 43.28º | 0.59% | 0.81% | - |
| XYZ | 42.32 | 43.81 | 14.82 | - |
| YUV | 173.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 85 | 0 | 0.16 | 0.59 | 0.19 | 43.28 | 0.56 | 0.57 |
| Hex | CF | AD | 55 | 0 | 10 | 3B | 13 | 2B | 38 | 39 |
| Octal | 317 | 255 | 125 | 0 | 20 | 73 | 23 | 53 | 70 | 71 |
| Binary | 11001111 | 10101101 | 1010101 | 0 | 10000 | 111011 | 10011 | 101011 | 111000 | 111001 |
Color Harmonies of #CFAD55
Complementary color
Monochromatic Colors of #CFAD55
Black with #CFAD55
Text Example
Text Example
White with #CFAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD55; }
p { color: rgb(207,173,85); }
H1.HeaderClassName
{
color: #CFAD55;
}
.AnyTagClassName
{
color: #CFAD55;
}
</style>
background-color css
<style>
a { background-color: #CFAD55; }
a { background-color: rgb(207,173,85); }
div.DivClassName
{
background-color: #CFAD55;
}
.BgClassName
{
background-color: #CFAD55;
}
</style>
border-color css
<style>
span { border-color: #CFAD55; }
span { border-color: rgb(207,173,85); }
td.TdClassName
{
border-color: #CFAD55;
}
.TagClassName
{
border-color: #CFAD55;
}
</style>