Shades of Apache #CFAA58
Tints of Apache #CFAA58
RGB
CMYK
RGB Variations
Color information
#CFAA58 (or 0xCFAA58) is known color: Apache. HEX triplet: CF, AA and 58. RGB value is (207,170,88). Sum of RGB (Red+Green+Blue) = 207+170+88=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA58 is #3055A7. Grayscale: #ACACAC. Windows color (decimal): -3167656 or 5810895. OLE color: 5810895.
HSL color Cylindrical-coordinate representation of color #CFAA58: hue angle of 41.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFAA58 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 88 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.19 |
| HSL | 41.34º | 0.55% | 0.58% | - |
| HSV(B) | 41.34º | 0.57% | 0.81% | - |
| XYZ | 41.87 | 42.72 | 15.27 | - |
| YUV | 171.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 88 | 0 | 0.18 | 0.57 | 0.19 | 41.34 | 0.55 | 0.58 |
| Hex | CF | AA | 58 | 0 | 12 | 39 | 13 | 29 | 37 | 3A |
| Octal | 317 | 252 | 130 | 0 | 22 | 71 | 23 | 51 | 67 | 72 |
| Binary | 11001111 | 10101010 | 1011000 | 0 | 10010 | 111001 | 10011 | 101001 | 110111 | 111010 |
Color Harmonies of #CFAA58
Complementary color
Monochromatic Colors of #CFAA58
Black with #CFAA58
Text Example
Text Example
White with #CFAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA58; }
p { color: rgb(207,170,88); }
H1.HeaderClassName
{
color: #CFAA58;
}
.AnyTagClassName
{
color: #CFAA58;
}
</style>
background-color css
<style>
a { background-color: #CFAA58; }
a { background-color: rgb(207,170,88); }
div.DivClassName
{
background-color: #CFAA58;
}
.BgClassName
{
background-color: #CFAA58;
}
</style>
border-color css
<style>
span { border-color: #CFAA58; }
span { border-color: rgb(207,170,88); }
td.TdClassName
{
border-color: #CFAA58;
}
.TagClassName
{
border-color: #CFAA58;
}
</style>