Shades of Apache #CFAB5B
Tints of Apache #CFAB5B
RGB
CMYK
RGB Variations
Color information
#CFAB5B (or 0xCFAB5B) is known color: Apache. HEX triplet: CF, AB and 5B. RGB value is (207,171,91). Sum of RGB (Red+Green+Blue) = 207+171+91=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB5B is #3054A4. Grayscale: #ADADAD. Windows color (decimal): -3167397 or 6007759. OLE color: 6007759.
HSL color Cylindrical-coordinate representation of color #CFAB5B: hue angle of 41.38º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFAB5B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 91 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.19 |
| HSL | 41.38º | 0.55% | 0.58% | - |
| HSV(B) | 41.38º | 0.56% | 0.81% | - |
| XYZ | 42.18 | 43.15 | 16 | - |
| YUV | 172.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 91 | 0 | 0.17 | 0.56 | 0.19 | 41.38 | 0.55 | 0.58 |
| Hex | CF | AB | 5B | 0 | 11 | 38 | 13 | 29 | 37 | 3A |
| Octal | 317 | 253 | 133 | 0 | 21 | 70 | 23 | 51 | 67 | 72 |
| Binary | 11001111 | 10101011 | 1011011 | 0 | 10001 | 111000 | 10011 | 101001 | 110111 | 111010 |
Color Harmonies of #CFAB5B
Complementary color
Monochromatic Colors of #CFAB5B
Black with #CFAB5B
Text Example
Text Example
White with #CFAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB5B; }
p { color: rgb(207,171,91); }
H1.HeaderClassName
{
color: #CFAB5B;
}
.AnyTagClassName
{
color: #CFAB5B;
}
</style>
background-color css
<style>
a { background-color: #CFAB5B; }
a { background-color: rgb(207,171,91); }
div.DivClassName
{
background-color: #CFAB5B;
}
.BgClassName
{
background-color: #CFAB5B;
}
</style>
border-color css
<style>
span { border-color: #CFAB5B; }
span { border-color: rgb(207,171,91); }
td.TdClassName
{
border-color: #CFAB5B;
}
.TagClassName
{
border-color: #CFAB5B;
}
</style>