Shades of Apache #CFAA5C
Tints of Apache #CFAA5C
RGB
CMYK
RGB Variations
Color information
#CFAA5C (or 0xCFAA5C) is known color: Apache. HEX triplet: CF, AA and 5C. RGB value is (207,170,92). Sum of RGB (Red+Green+Blue) = 207+170+92=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA5C is #3055A3. Grayscale: #ACACAC. Windows color (decimal): -3167652 or 6073039. OLE color: 6073039.
HSL color Cylindrical-coordinate representation of color #CFAA5C: hue angle of 40.7º 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 #CFAA5C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 92 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.19 |
| HSL | 40.7º | 0.55% | 0.59% | - |
| HSV(B) | 40.7º | 0.56% | 0.81% | - |
| XYZ | 42.04 | 42.79 | 16.17 | - |
| YUV | 172.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 92 | 0 | 0.18 | 0.56 | 0.19 | 40.7 | 0.55 | 0.59 |
| Hex | CF | AA | 5C | 0 | 12 | 38 | 13 | 29 | 37 | 3B |
| Octal | 317 | 252 | 134 | 0 | 22 | 70 | 23 | 51 | 67 | 73 |
| Binary | 11001111 | 10101010 | 1011100 | 0 | 10010 | 111000 | 10011 | 101001 | 110111 | 111011 |
Color Harmonies of #CFAA5C
Complementary color
Monochromatic Colors of #CFAA5C
Black with #CFAA5C
Text Example
Text Example
White with #CFAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA5C; }
p { color: rgb(207,170,92); }
H1.HeaderClassName
{
color: #CFAA5C;
}
.AnyTagClassName
{
color: #CFAA5C;
}
</style>
background-color css
<style>
a { background-color: #CFAA5C; }
a { background-color: rgb(207,170,92); }
div.DivClassName
{
background-color: #CFAA5C;
}
.BgClassName
{
background-color: #CFAA5C;
}
</style>
border-color css
<style>
span { border-color: #CFAA5C; }
span { border-color: rgb(207,170,92); }
td.TdClassName
{
border-color: #CFAA5C;
}
.TagClassName
{
border-color: #CFAA5C;
}
</style>