Shades of Apache #CFAB54
Tints of Apache #CFAB54
RGB
CMYK
RGB Variations
Color information
#CFAB54 (or 0xCFAB54) is known color: Apache. HEX triplet: CF, AB and 54. RGB value is (207,171,84). Sum of RGB (Red+Green+Blue) = 207+171+84=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB54 is #3054AB. Grayscale: #ACACAC. Windows color (decimal): -3167404 or 5549007. OLE color: 5549007.
HSL color Cylindrical-coordinate representation of color #CFAB54: hue angle of 42.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFAB54 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 84 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.19 |
| HSL | 42.44º | 0.56% | 0.57% | - |
| HSV(B) | 42.44º | 0.59% | 0.81% | - |
| XYZ | 41.9 | 43.03 | 14.49 | - |
| YUV | 171.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 84 | 0 | 0.17 | 0.59 | 0.19 | 42.44 | 0.56 | 0.57 |
| Hex | CF | AB | 54 | 0 | 11 | 3B | 13 | 2A | 38 | 39 |
| Octal | 317 | 253 | 124 | 0 | 21 | 73 | 23 | 52 | 70 | 71 |
| Binary | 11001111 | 10101011 | 1010100 | 0 | 10001 | 111011 | 10011 | 101010 | 111000 | 111001 |
Color Harmonies of #CFAB54
Complementary color
Monochromatic Colors of #CFAB54
Black with #CFAB54
Text Example
Text Example
White with #CFAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB54; }
p { color: rgb(207,171,84); }
H1.HeaderClassName
{
color: #CFAB54;
}
.AnyTagClassName
{
color: #CFAB54;
}
</style>
background-color css
<style>
a { background-color: #CFAB54; }
a { background-color: rgb(207,171,84); }
div.DivClassName
{
background-color: #CFAB54;
}
.BgClassName
{
background-color: #CFAB54;
}
</style>
border-color css
<style>
span { border-color: #CFAB54; }
span { border-color: rgb(207,171,84); }
td.TdClassName
{
border-color: #CFAB54;
}
.TagClassName
{
border-color: #CFAB54;
}
</style>