Shades of Apache #CFAB58
Tints of Apache #CFAB58
RGB
CMYK
RGB Variations
Color information
#CFAB58 (or 0xCFAB58) is known color: Apache. HEX triplet: CF, AB and 58. RGB value is (207,171,88). Sum of RGB (Red+Green+Blue) = 207+171+88=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB58 is #3054A7. Grayscale: #ACACAC. Windows color (decimal): -3167400 or 5811151. OLE color: 5811151.
HSL color Cylindrical-coordinate representation of color #CFAB58: hue angle of 41.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFAB58 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 88 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.19 |
| HSL | 41.85º | 0.55% | 0.58% | - |
| HSV(B) | 41.85º | 0.57% | 0.81% | - |
| XYZ | 42.06 | 43.1 | 15.33 | - |
| YUV | 172.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 88 | 0 | 0.17 | 0.57 | 0.19 | 41.85 | 0.55 | 0.58 |
| Hex | CF | AB | 58 | 0 | 11 | 39 | 13 | 2A | 37 | 3A |
| Octal | 317 | 253 | 130 | 0 | 21 | 71 | 23 | 52 | 67 | 72 |
| Binary | 11001111 | 10101011 | 1011000 | 0 | 10001 | 111001 | 10011 | 101010 | 110111 | 111010 |
Color Harmonies of #CFAB58
Complementary color
Monochromatic Colors of #CFAB58
Black with #CFAB58
Text Example
Text Example
White with #CFAB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB58; }
p { color: rgb(207,171,88); }
H1.HeaderClassName
{
color: #CFAB58;
}
.AnyTagClassName
{
color: #CFAB58;
}
</style>
background-color css
<style>
a { background-color: #CFAB58; }
a { background-color: rgb(207,171,88); }
div.DivClassName
{
background-color: #CFAB58;
}
.BgClassName
{
background-color: #CFAB58;
}
</style>
border-color css
<style>
span { border-color: #CFAB58; }
span { border-color: rgb(207,171,88); }
td.TdClassName
{
border-color: #CFAB58;
}
.TagClassName
{
border-color: #CFAB58;
}
</style>