Shades of Apache #CFAA5B
Tints of Apache #CFAA5B
RGB
CMYK
RGB Variations
Color information
#CFAA5B (or 0xCFAA5B) is known color: Apache. HEX triplet: CF, AA and 5B. RGB value is (207,170,91). Sum of RGB (Red+Green+Blue) = 207+170+91=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA5B is #3055A4. Grayscale: #ACACAC. Windows color (decimal): -3167653 or 6007503. OLE color: 6007503.
HSL color Cylindrical-coordinate representation of color #CFAA5B: hue angle of 40.86º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFAA5B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 91 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.19 |
| HSL | 40.86º | 0.55% | 0.58% | - |
| HSV(B) | 40.86º | 0.56% | 0.81% | - |
| XYZ | 42 | 42.77 | 15.94 | - |
| YUV | 172.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 91 | 0 | 0.18 | 0.56 | 0.19 | 40.86 | 0.55 | 0.58 |
| Hex | CF | AA | 5B | 0 | 12 | 38 | 13 | 29 | 37 | 3A |
| Octal | 317 | 252 | 133 | 0 | 22 | 70 | 23 | 51 | 67 | 72 |
| Binary | 11001111 | 10101010 | 1011011 | 0 | 10010 | 111000 | 10011 | 101001 | 110111 | 111010 |
Color Harmonies of #CFAA5B
Complementary color
Monochromatic Colors of #CFAA5B
Black with #CFAA5B
Text Example
Text Example
White with #CFAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA5B; }
p { color: rgb(207,170,91); }
H1.HeaderClassName
{
color: #CFAA5B;
}
.AnyTagClassName
{
color: #CFAA5B;
}
</style>
background-color css
<style>
a { background-color: #CFAA5B; }
a { background-color: rgb(207,170,91); }
div.DivClassName
{
background-color: #CFAA5B;
}
.BgClassName
{
background-color: #CFAA5B;
}
</style>
border-color css
<style>
span { border-color: #CFAA5B; }
span { border-color: rgb(207,170,91); }
td.TdClassName
{
border-color: #CFAA5B;
}
.TagClassName
{
border-color: #CFAA5B;
}
</style>