Shades of Apache #CFA457
Tints of Apache #CFA457
RGB
CMYK
RGB Variations
Color information
#CFA457 (or 0xCFA457) is known color: Apache. HEX triplet: CF, A4 and 57. RGB value is (207,164,87). Sum of RGB (Red+Green+Blue) = 207+164+87=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA457 is #305BA8. Grayscale: #A8A8A8. Windows color (decimal): -3169193 or 5743823. OLE color: 5743823.
HSL color Cylindrical-coordinate representation of color #CFA457: hue angle of 38.5º 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 #CFA457 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 87 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.19 |
| HSL | 38.5º | 0.56% | 0.58% | - |
| HSV(B) | 38.5º | 0.58% | 0.81% | - |
| XYZ | 40.73 | 40.5 | 14.69 | - |
| YUV | 168.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 87 | 0 | 0.21 | 0.58 | 0.19 | 38.5 | 0.56 | 0.58 |
| Hex | CF | A4 | 57 | 0 | 15 | 3A | 13 | 26 | 38 | 3A |
| Octal | 317 | 244 | 127 | 0 | 25 | 72 | 23 | 46 | 70 | 72 |
| Binary | 11001111 | 10100100 | 1010111 | 0 | 10101 | 111010 | 10011 | 100110 | 111000 | 111010 |
Color Harmonies of #CFA457
Complementary color
Monochromatic Colors of #CFA457
Black with #CFA457
Text Example
Text Example
White with #CFA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA457; }
p { color: rgb(207,164,87); }
H1.HeaderClassName
{
color: #CFA457;
}
.AnyTagClassName
{
color: #CFA457;
}
</style>
background-color css
<style>
a { background-color: #CFA457; }
a { background-color: rgb(207,164,87); }
div.DivClassName
{
background-color: #CFA457;
}
.BgClassName
{
background-color: #CFA457;
}
</style>
border-color css
<style>
span { border-color: #CFA457; }
span { border-color: rgb(207,164,87); }
td.TdClassName
{
border-color: #CFA457;
}
.TagClassName
{
border-color: #CFA457;
}
</style>