Shades of Apache #CFA55F
Tints of Apache #CFA55F
RGB
CMYK
RGB Variations
Color information
#CFA55F (or 0xCFA55F) is known color: Apache. HEX triplet: CF, A5 and 5F. RGB value is (207,165,95). Sum of RGB (Red+Green+Blue) = 207+165+95=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA55F is #305AA0. Grayscale: #A9A9A9. Windows color (decimal): -3168929 or 6268367. OLE color: 6268367.
HSL color Cylindrical-coordinate representation of color #CFA55F: hue angle of 37.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFA55F is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 95 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.19 |
| HSL | 37.5º | 0.54% | 0.59% | - |
| HSV(B) | 37.5º | 0.54% | 0.81% | - |
| XYZ | 41.25 | 41 | 16.57 | - |
| YUV | 169.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 95 | 0 | 0.20 | 0.54 | 0.19 | 37.5 | 0.54 | 0.59 |
| Hex | CF | A5 | 5F | 0 | 14 | 36 | 13 | 26 | 36 | 3B |
| Octal | 317 | 245 | 137 | 0 | 24 | 66 | 23 | 46 | 66 | 73 |
| Binary | 11001111 | 10100101 | 1011111 | 0 | 10100 | 110110 | 10011 | 100110 | 110110 | 111011 |
Color Harmonies of #CFA55F
Complementary color
Monochromatic Colors of #CFA55F
Black with #CFA55F
Text Example
Text Example
White with #CFA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA55F; }
p { color: rgb(207,165,95); }
H1.HeaderClassName
{
color: #CFA55F;
}
.AnyTagClassName
{
color: #CFA55F;
}
</style>
background-color css
<style>
a { background-color: #CFA55F; }
a { background-color: rgb(207,165,95); }
div.DivClassName
{
background-color: #CFA55F;
}
.BgClassName
{
background-color: #CFA55F;
}
</style>
border-color css
<style>
span { border-color: #CFA55F; }
span { border-color: rgb(207,165,95); }
td.TdClassName
{
border-color: #CFA55F;
}
.TagClassName
{
border-color: #CFA55F;
}
</style>