Shades of Apache #CFAC63
Tints of Apache #CFAC63
RGB
CMYK
RGB Variations
Color information
#CFAC63 (or 0xCFAC63) is known color: Apache. HEX triplet: CF, AC and 63. RGB value is (207,172,99). Sum of RGB (Red+Green+Blue) = 207+172+99=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC63 is #30539C. Grayscale: #AEAEAE. Windows color (decimal): -3167133 or 6532303. OLE color: 6532303.
HSL color Cylindrical-coordinate representation of color #CFAC63: hue angle of 40.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFAC63 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 99 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.19 |
| HSL | 40.56º | 0.53% | 0.6% | - |
| HSV(B) | 40.56º | 0.52% | 0.81% | - |
| XYZ | 42.74 | 43.67 | 17.98 | - |
| YUV | 174.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 99 | 0 | 0.17 | 0.52 | 0.19 | 40.56 | 0.53 | 0.6 |
| Hex | CF | AC | 63 | 0 | 11 | 34 | 13 | 29 | 35 | 3C |
| Octal | 317 | 254 | 143 | 0 | 21 | 64 | 23 | 51 | 65 | 74 |
| Binary | 11001111 | 10101100 | 1100011 | 0 | 10001 | 110100 | 10011 | 101001 | 110101 | 111100 |
Color Harmonies of #CFAC63
Complementary color
Monochromatic Colors of #CFAC63
Black with #CFAC63
Text Example
Text Example
White with #CFAC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC63; }
p { color: rgb(207,172,99); }
H1.HeaderClassName
{
color: #CFAC63;
}
.AnyTagClassName
{
color: #CFAC63;
}
</style>
background-color css
<style>
a { background-color: #CFAC63; }
a { background-color: rgb(207,172,99); }
div.DivClassName
{
background-color: #CFAC63;
}
.BgClassName
{
background-color: #CFAC63;
}
</style>
border-color css
<style>
span { border-color: #CFAC63; }
span { border-color: rgb(207,172,99); }
td.TdClassName
{
border-color: #CFAC63;
}
.TagClassName
{
border-color: #CFAC63;
}
</style>