Shades of Apache #CFAA56
Tints of Apache #CFAA56
RGB
CMYK
RGB Variations
Color information
#CFAA56 (or 0xCFAA56) is known color: Apache. HEX triplet: CF, AA and 56. RGB value is (207,170,86). Sum of RGB (Red+Green+Blue) = 207+170+86=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA56 is #3055A9. Grayscale: #ABABAB. Windows color (decimal): -3167658 or 5679823. OLE color: 5679823.
HSL color Cylindrical-coordinate representation of color #CFAA56: hue angle of 41.65º 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 #CFAA56 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 86 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.19 |
| HSL | 41.65º | 0.56% | 0.57% | - |
| HSV(B) | 41.65º | 0.58% | 0.81% | - |
| XYZ | 41.79 | 42.69 | 14.84 | - |
| YUV | 171.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 86 | 0 | 0.18 | 0.58 | 0.19 | 41.65 | 0.56 | 0.57 |
| Hex | CF | AA | 56 | 0 | 12 | 3A | 13 | 2A | 38 | 39 |
| Octal | 317 | 252 | 126 | 0 | 22 | 72 | 23 | 52 | 70 | 71 |
| Binary | 11001111 | 10101010 | 1010110 | 0 | 10010 | 111010 | 10011 | 101010 | 111000 | 111001 |
Color Harmonies of #CFAA56
Complementary color
Monochromatic Colors of #CFAA56
Black with #CFAA56
Text Example
Text Example
White with #CFAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA56; }
p { color: rgb(207,170,86); }
H1.HeaderClassName
{
color: #CFAA56;
}
.AnyTagClassName
{
color: #CFAA56;
}
</style>
background-color css
<style>
a { background-color: #CFAA56; }
a { background-color: rgb(207,170,86); }
div.DivClassName
{
background-color: #CFAA56;
}
.BgClassName
{
background-color: #CFAA56;
}
</style>
border-color css
<style>
span { border-color: #CFAA56; }
span { border-color: rgb(207,170,86); }
td.TdClassName
{
border-color: #CFAA56;
}
.TagClassName
{
border-color: #CFAA56;
}
</style>