Shades of Apache #CFAB60
Tints of Apache #CFAB60
RGB
CMYK
RGB Variations
Color information
#CFAB60 (or 0xCFAB60) is known color: Apache. HEX triplet: CF, AB and 60. RGB value is (207,171,96). Sum of RGB (Red+Green+Blue) = 207+171+96=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB60 is #30549F. Grayscale: #ADADAD. Windows color (decimal): -3167392 or 6335439. OLE color: 6335439.
HSL color Cylindrical-coordinate representation of color #CFAB60: hue angle of 40.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFAB60 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 96 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.19 |
| HSL | 40.54º | 0.54% | 0.59% | - |
| HSV(B) | 40.54º | 0.54% | 0.81% | - |
| XYZ | 42.41 | 43.24 | 17.18 | - |
| YUV | 173.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 96 | 0 | 0.17 | 0.54 | 0.19 | 40.54 | 0.54 | 0.59 |
| Hex | CF | AB | 60 | 0 | 11 | 36 | 13 | 29 | 36 | 3B |
| Octal | 317 | 253 | 140 | 0 | 21 | 66 | 23 | 51 | 66 | 73 |
| Binary | 11001111 | 10101011 | 1100000 | 0 | 10001 | 110110 | 10011 | 101001 | 110110 | 111011 |
Color Harmonies of #CFAB60
Complementary color
Monochromatic Colors of #CFAB60
Black with #CFAB60
Text Example
Text Example
White with #CFAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB60; }
p { color: rgb(207,171,96); }
H1.HeaderClassName
{
color: #CFAB60;
}
.AnyTagClassName
{
color: #CFAB60;
}
</style>
background-color css
<style>
a { background-color: #CFAB60; }
a { background-color: rgb(207,171,96); }
div.DivClassName
{
background-color: #CFAB60;
}
.BgClassName
{
background-color: #CFAB60;
}
</style>
border-color css
<style>
span { border-color: #CFAB60; }
span { border-color: rgb(207,171,96); }
td.TdClassName
{
border-color: #CFAB60;
}
.TagClassName
{
border-color: #CFAB60;
}
</style>