Shades of Apache #CFAB61
Tints of Apache #CFAB61
RGB
CMYK
RGB Variations
Color information
#CFAB61 (or 0xCFAB61) is known color: Apache. HEX triplet: CF, AB and 61. RGB value is (207,171,97). Sum of RGB (Red+Green+Blue) = 207+171+97=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB61 is #30549E. Grayscale: #ADADAD. Windows color (decimal): -3167391 or 6400975. OLE color: 6400975.
HSL color Cylindrical-coordinate representation of color #CFAB61: hue angle of 40.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFAB61 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 97 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.19 |
| HSL | 40.36º | 0.53% | 0.6% | - |
| HSV(B) | 40.36º | 0.53% | 0.81% | - |
| XYZ | 42.45 | 43.25 | 17.42 | - |
| YUV | 173.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 97 | 0 | 0.17 | 0.53 | 0.19 | 40.36 | 0.53 | 0.6 |
| Hex | CF | AB | 61 | 0 | 11 | 35 | 13 | 28 | 35 | 3C |
| Octal | 317 | 253 | 141 | 0 | 21 | 65 | 23 | 50 | 65 | 74 |
| Binary | 11001111 | 10101011 | 1100001 | 0 | 10001 | 110101 | 10011 | 101000 | 110101 | 111100 |
Color Harmonies of #CFAB61
Complementary color
Monochromatic Colors of #CFAB61
Black with #CFAB61
Text Example
Text Example
White with #CFAB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB61; }
p { color: rgb(207,171,97); }
H1.HeaderClassName
{
color: #CFAB61;
}
.AnyTagClassName
{
color: #CFAB61;
}
</style>
background-color css
<style>
a { background-color: #CFAB61; }
a { background-color: rgb(207,171,97); }
div.DivClassName
{
background-color: #CFAB61;
}
.BgClassName
{
background-color: #CFAB61;
}
</style>
border-color css
<style>
span { border-color: #CFAB61; }
span { border-color: rgb(207,171,97); }
td.TdClassName
{
border-color: #CFAB61;
}
.TagClassName
{
border-color: #CFAB61;
}
</style>