Shades of Apache #CFA556
Tints of Apache #CFA556
RGB
CMYK
RGB Variations
Color information
#CFA556 (or 0xCFA556) is known color: Apache. HEX triplet: CF, A5 and 56. RGB value is (207,165,86). Sum of RGB (Red+Green+Blue) = 207+165+86=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA556 is #305AA9. Grayscale: #A8A8A8. Windows color (decimal): -3168938 or 5678543. OLE color: 5678543.
HSL color Cylindrical-coordinate representation of color #CFA556: hue angle of 39.17º 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 #CFA556 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 86 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.19 |
| HSL | 39.17º | 0.56% | 0.57% | - |
| HSV(B) | 39.17º | 0.58% | 0.81% | - |
| XYZ | 40.87 | 40.85 | 14.53 | - |
| YUV | 168.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 86 | 0 | 0.20 | 0.58 | 0.19 | 39.17 | 0.56 | 0.57 |
| Hex | CF | A5 | 56 | 0 | 14 | 3A | 13 | 27 | 38 | 39 |
| Octal | 317 | 245 | 126 | 0 | 24 | 72 | 23 | 47 | 70 | 71 |
| Binary | 11001111 | 10100101 | 1010110 | 0 | 10100 | 111010 | 10011 | 100111 | 111000 | 111001 |
Color Harmonies of #CFA556
Complementary color
Monochromatic Colors of #CFA556
Black with #CFA556
Text Example
Text Example
White with #CFA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA556; }
p { color: rgb(207,165,86); }
H1.HeaderClassName
{
color: #CFA556;
}
.AnyTagClassName
{
color: #CFA556;
}
</style>
background-color css
<style>
a { background-color: #CFA556; }
a { background-color: rgb(207,165,86); }
div.DivClassName
{
background-color: #CFA556;
}
.BgClassName
{
background-color: #CFA556;
}
</style>
border-color css
<style>
span { border-color: #CFA556; }
span { border-color: rgb(207,165,86); }
td.TdClassName
{
border-color: #CFA556;
}
.TagClassName
{
border-color: #CFA556;
}
</style>