Shades of Apache #CFAC5A
Tints of Apache #CFAC5A
RGB
CMYK
RGB Variations
Color information
#CFAC5A (or 0xCFAC5A) is known color: Apache. HEX triplet: CF, AC and 5A. RGB value is (207,172,90). Sum of RGB (Red+Green+Blue) = 207+172+90=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC5A is #3053A5. Grayscale: #ADADAD. Windows color (decimal): -3167142 or 5942479. OLE color: 5942479.
HSL color Cylindrical-coordinate representation of color #CFAC5A: hue angle of 42.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFAC5A is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 90 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.19 |
| HSL | 42.05º | 0.55% | 0.58% | - |
| HSV(B) | 42.05º | 0.57% | 0.81% | - |
| XYZ | 42.33 | 43.51 | 15.84 | - |
| YUV | 173.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 90 | 0 | 0.17 | 0.57 | 0.19 | 42.05 | 0.55 | 0.58 |
| Hex | CF | AC | 5A | 0 | 11 | 39 | 13 | 2A | 37 | 3A |
| Octal | 317 | 254 | 132 | 0 | 21 | 71 | 23 | 52 | 67 | 72 |
| Binary | 11001111 | 10101100 | 1011010 | 0 | 10001 | 111001 | 10011 | 101010 | 110111 | 111010 |
Color Harmonies of #CFAC5A
Complementary color
Monochromatic Colors of #CFAC5A
Black with #CFAC5A
Text Example
Text Example
White with #CFAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC5A; }
p { color: rgb(207,172,90); }
H1.HeaderClassName
{
color: #CFAC5A;
}
.AnyTagClassName
{
color: #CFAC5A;
}
</style>
background-color css
<style>
a { background-color: #CFAC5A; }
a { background-color: rgb(207,172,90); }
div.DivClassName
{
background-color: #CFAC5A;
}
.BgClassName
{
background-color: #CFAC5A;
}
</style>
border-color css
<style>
span { border-color: #CFAC5A; }
span { border-color: rgb(207,172,90); }
td.TdClassName
{
border-color: #CFAC5A;
}
.TagClassName
{
border-color: #CFAC5A;
}
</style>