Shades of Apache #CFAC5B
Tints of Apache #CFAC5B
RGB
CMYK
RGB Variations
Color information
#CFAC5B (or 0xCFAC5B) is known color: Apache. HEX triplet: CF, AC and 5B. RGB value is (207,172,91). Sum of RGB (Red+Green+Blue) = 207+172+91=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC5B is #3053A4. Grayscale: #ADADAD. Windows color (decimal): -3167141 or 6008015. OLE color: 6008015.
HSL color Cylindrical-coordinate representation of color #CFAC5B: hue angle of 41.9º 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 #CFAC5B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 91 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.19 |
| HSL | 41.9º | 0.55% | 0.58% | - |
| HSV(B) | 41.9º | 0.56% | 0.81% | - |
| XYZ | 42.37 | 43.53 | 16.07 | - |
| YUV | 173.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 91 | 0 | 0.17 | 0.56 | 0.19 | 41.9 | 0.55 | 0.58 |
| Hex | CF | AC | 5B | 0 | 11 | 38 | 13 | 2A | 37 | 3A |
| Octal | 317 | 254 | 133 | 0 | 21 | 70 | 23 | 52 | 67 | 72 |
| Binary | 11001111 | 10101100 | 1011011 | 0 | 10001 | 111000 | 10011 | 101010 | 110111 | 111010 |
Color Harmonies of #CFAC5B
Complementary color
Monochromatic Colors of #CFAC5B
Black with #CFAC5B
Text Example
Text Example
White with #CFAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC5B; }
p { color: rgb(207,172,91); }
H1.HeaderClassName
{
color: #CFAC5B;
}
.AnyTagClassName
{
color: #CFAC5B;
}
</style>
background-color css
<style>
a { background-color: #CFAC5B; }
a { background-color: rgb(207,172,91); }
div.DivClassName
{
background-color: #CFAC5B;
}
.BgClassName
{
background-color: #CFAC5B;
}
</style>
border-color css
<style>
span { border-color: #CFAC5B; }
span { border-color: rgb(207,172,91); }
td.TdClassName
{
border-color: #CFAC5B;
}
.TagClassName
{
border-color: #CFAC5B;
}
</style>