Shades of Apache #CFAB63
Tints of Apache #CFAB63
RGB
CMYK
RGB Variations
Color information
#CFAB63 (or 0xCFAB63) is known color: Apache. HEX triplet: CF, AB and 63. RGB value is (207,171,99). Sum of RGB (Red+Green+Blue) = 207+171+99=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB63 is #30549C. Grayscale: #ADADAD. Windows color (decimal): -3167389 or 6532047. OLE color: 6532047.
HSL color Cylindrical-coordinate representation of color #CFAB63: hue angle of 40º 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 #CFAB63 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 99 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.19 |
| HSL | 40º | 0.53% | 0.6% | - |
| HSV(B) | 40º | 0.52% | 0.81% | - |
| XYZ | 42.55 | 43.29 | 17.92 | - |
| YUV | 173.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 99 | 0 | 0.17 | 0.52 | 0.19 | 40 | 0.53 | 0.6 |
| Hex | CF | AB | 63 | 0 | 11 | 34 | 13 | 28 | 35 | 3C |
| Octal | 317 | 253 | 143 | 0 | 21 | 64 | 23 | 50 | 65 | 74 |
| Binary | 11001111 | 10101011 | 1100011 | 0 | 10001 | 110100 | 10011 | 101000 | 110101 | 111100 |
Color Harmonies of #CFAB63
Complementary color
Monochromatic Colors of #CFAB63
Black with #CFAB63
Text Example
Text Example
White with #CFAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB63; }
p { color: rgb(207,171,99); }
H1.HeaderClassName
{
color: #CFAB63;
}
.AnyTagClassName
{
color: #CFAB63;
}
</style>
background-color css
<style>
a { background-color: #CFAB63; }
a { background-color: rgb(207,171,99); }
div.DivClassName
{
background-color: #CFAB63;
}
.BgClassName
{
background-color: #CFAB63;
}
</style>
border-color css
<style>
span { border-color: #CFAB63; }
span { border-color: rgb(207,171,99); }
td.TdClassName
{
border-color: #CFAB63;
}
.TagClassName
{
border-color: #CFAB63;
}
</style>