Shades of Apache #CFAA63
Tints of Apache #CFAA63
RGB
CMYK
RGB Variations
Color information
#CFAA63 (or 0xCFAA63) is known color: Apache. HEX triplet: CF, AA and 63. RGB value is (207,170,99). Sum of RGB (Red+Green+Blue) = 207+170+99=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA63 is #30559C. Grayscale: #ADADAD. Windows color (decimal): -3167645 or 6531791. OLE color: 6531791.
HSL color Cylindrical-coordinate representation of color #CFAA63: hue angle of 39.44º 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 #CFAA63 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 99 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.19 |
| HSL | 39.44º | 0.53% | 0.6% | - |
| HSV(B) | 39.44º | 0.52% | 0.81% | - |
| XYZ | 42.36 | 42.92 | 17.86 | - |
| YUV | 172.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 99 | 0 | 0.18 | 0.52 | 0.19 | 39.44 | 0.53 | 0.6 |
| Hex | CF | AA | 63 | 0 | 12 | 34 | 13 | 27 | 35 | 3C |
| Octal | 317 | 252 | 143 | 0 | 22 | 64 | 23 | 47 | 65 | 74 |
| Binary | 11001111 | 10101010 | 1100011 | 0 | 10010 | 110100 | 10011 | 100111 | 110101 | 111100 |
Color Harmonies of #CFAA63
Complementary color
Monochromatic Colors of #CFAA63
Black with #CFAA63
Text Example
Text Example
White with #CFAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA63; }
p { color: rgb(207,170,99); }
H1.HeaderClassName
{
color: #CFAA63;
}
.AnyTagClassName
{
color: #CFAA63;
}
</style>
background-color css
<style>
a { background-color: #CFAA63; }
a { background-color: rgb(207,170,99); }
div.DivClassName
{
background-color: #CFAA63;
}
.BgClassName
{
background-color: #CFAA63;
}
</style>
border-color css
<style>
span { border-color: #CFAA63; }
span { border-color: rgb(207,170,99); }
td.TdClassName
{
border-color: #CFAA63;
}
.TagClassName
{
border-color: #CFAA63;
}
</style>