Shades of Apache #CFA357
Tints of Apache #CFA357
RGB
CMYK
RGB Variations
Color information
#CFA357 (or 0xCFA357) is known color: Apache. HEX triplet: CF, A3 and 57. RGB value is (207,163,87). Sum of RGB (Red+Green+Blue) = 207+163+87=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA357 is #305CA8. Grayscale: #A7A7A7. Windows color (decimal): -3169449 or 5743567. OLE color: 5743567.
HSL color Cylindrical-coordinate representation of color #CFA357: hue angle of 38º 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 #CFA357 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 87 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.19 |
| HSL | 38º | 0.56% | 0.58% | - |
| HSV(B) | 38º | 0.58% | 0.81% | - |
| XYZ | 40.55 | 40.15 | 14.63 | - |
| YUV | 167.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 87 | 0 | 0.21 | 0.58 | 0.19 | 38 | 0.56 | 0.58 |
| Hex | CF | A3 | 57 | 0 | 15 | 3A | 13 | 26 | 38 | 3A |
| Octal | 317 | 243 | 127 | 0 | 25 | 72 | 23 | 46 | 70 | 72 |
| Binary | 11001111 | 10100011 | 1010111 | 0 | 10101 | 111010 | 10011 | 100110 | 111000 | 111010 |
Color Harmonies of #CFA357
Complementary color
Monochromatic Colors of #CFA357
Black with #CFA357
Text Example
Text Example
White with #CFA357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA357; }
p { color: rgb(207,163,87); }
H1.HeaderClassName
{
color: #CFA357;
}
.AnyTagClassName
{
color: #CFA357;
}
</style>
background-color css
<style>
a { background-color: #CFA357; }
a { background-color: rgb(207,163,87); }
div.DivClassName
{
background-color: #CFA357;
}
.BgClassName
{
background-color: #CFA357;
}
</style>
border-color css
<style>
span { border-color: #CFA357; }
span { border-color: rgb(207,163,87); }
td.TdClassName
{
border-color: #CFA357;
}
.TagClassName
{
border-color: #CFA357;
}
</style>