Shades of Apache #CFA557
Tints of Apache #CFA557
RGB
CMYK
RGB Variations
Color information
#CFA557 (or 0xCFA557) is known color: Apache. HEX triplet: CF, A5 and 57. RGB value is (207,165,87). Sum of RGB (Red+Green+Blue) = 207+165+87=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA557 is #305AA8. Grayscale: #A9A9A9. Windows color (decimal): -3168937 or 5744079. OLE color: 5744079.
HSL color Cylindrical-coordinate representation of color #CFA557: hue angle of 39º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFA557 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 87 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.19 |
| HSL | 39º | 0.56% | 0.58% | - |
| HSV(B) | 39º | 0.58% | 0.81% | - |
| XYZ | 40.91 | 40.86 | 14.75 | - |
| YUV | 168.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 87 | 0 | 0.20 | 0.58 | 0.19 | 39 | 0.56 | 0.58 |
| Hex | CF | A5 | 57 | 0 | 14 | 3A | 13 | 27 | 38 | 3A |
| Octal | 317 | 245 | 127 | 0 | 24 | 72 | 23 | 47 | 70 | 72 |
| Binary | 11001111 | 10100101 | 1010111 | 0 | 10100 | 111010 | 10011 | 100111 | 111000 | 111010 |
Color Harmonies of #CFA557
Complementary color
Monochromatic Colors of #CFA557
Black with #CFA557
Text Example
Text Example
White with #CFA557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA557; }
p { color: rgb(207,165,87); }
H1.HeaderClassName
{
color: #CFA557;
}
.AnyTagClassName
{
color: #CFA557;
}
</style>
background-color css
<style>
a { background-color: #CFA557; }
a { background-color: rgb(207,165,87); }
div.DivClassName
{
background-color: #CFA557;
}
.BgClassName
{
background-color: #CFA557;
}
</style>
border-color css
<style>
span { border-color: #CFA557; }
span { border-color: rgb(207,165,87); }
td.TdClassName
{
border-color: #CFA557;
}
.TagClassName
{
border-color: #CFA557;
}
</style>