Shades of Apache #CFA25C
Tints of Apache #CFA25C
RGB
CMYK
RGB Variations
Color information
#CFA25C (or 0xCFA25C) is known color: Apache. HEX triplet: CF, A2 and 5C. RGB value is (207,162,92). Sum of RGB (Red+Green+Blue) = 207+162+92=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA25C is #305DA3. Grayscale: #A7A7A7. Windows color (decimal): -3169700 or 6070991. OLE color: 6070991.
HSL color Cylindrical-coordinate representation of color #CFA25C: hue angle of 36.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFA25C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 92 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.19 |
| HSL | 36.52º | 0.55% | 0.59% | - |
| HSV(B) | 36.52º | 0.56% | 0.81% | - |
| XYZ | 40.58 | 39.88 | 15.68 | - |
| YUV | 167.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 92 | 0 | 0.22 | 0.56 | 0.19 | 36.52 | 0.55 | 0.59 |
| Hex | CF | A2 | 5C | 0 | 16 | 38 | 13 | 25 | 37 | 3B |
| Octal | 317 | 242 | 134 | 0 | 26 | 70 | 23 | 45 | 67 | 73 |
| Binary | 11001111 | 10100010 | 1011100 | 0 | 10110 | 111000 | 10011 | 100101 | 110111 | 111011 |
Color Harmonies of #CFA25C
Complementary color
Monochromatic Colors of #CFA25C
Black with #CFA25C
Text Example
Text Example
White with #CFA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA25C; }
p { color: rgb(207,162,92); }
H1.HeaderClassName
{
color: #CFA25C;
}
.AnyTagClassName
{
color: #CFA25C;
}
</style>
background-color css
<style>
a { background-color: #CFA25C; }
a { background-color: rgb(207,162,92); }
div.DivClassName
{
background-color: #CFA25C;
}
.BgClassName
{
background-color: #CFA25C;
}
</style>
border-color css
<style>
span { border-color: #CFA25C; }
span { border-color: rgb(207,162,92); }
td.TdClassName
{
border-color: #CFA25C;
}
.TagClassName
{
border-color: #CFA25C;
}
</style>