Shades of Apache #CFA85D
Tints of Apache #CFA85D
RGB
CMYK
RGB Variations
Color information
#CFA85D (or 0xCFA85D) is known color: Apache. HEX triplet: CF, A8 and 5D. RGB value is (207,168,93). Sum of RGB (Red+Green+Blue) = 207+168+93=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA85D is #3057A2. Grayscale: #ABABAB. Windows color (decimal): -3168163 or 6138063. OLE color: 6138063.
HSL color Cylindrical-coordinate representation of color #CFA85D: hue angle of 39.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFA85D is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 93 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.19 |
| HSL | 39.47º | 0.54% | 0.59% | - |
| HSV(B) | 39.47º | 0.55% | 0.81% | - |
| XYZ | 41.71 | 42.06 | 16.28 | - |
| YUV | 171.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 93 | 0 | 0.19 | 0.55 | 0.19 | 39.47 | 0.54 | 0.59 |
| Hex | CF | A8 | 5D | 0 | 13 | 37 | 13 | 27 | 36 | 3B |
| Octal | 317 | 250 | 135 | 0 | 23 | 67 | 23 | 47 | 66 | 73 |
| Binary | 11001111 | 10101000 | 1011101 | 0 | 10011 | 110111 | 10011 | 100111 | 110110 | 111011 |
Color Harmonies of #CFA85D
Complementary color
Monochromatic Colors of #CFA85D
Black with #CFA85D
Text Example
Text Example
White with #CFA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA85D; }
p { color: rgb(207,168,93); }
H1.HeaderClassName
{
color: #CFA85D;
}
.AnyTagClassName
{
color: #CFA85D;
}
</style>
background-color css
<style>
a { background-color: #CFA85D; }
a { background-color: rgb(207,168,93); }
div.DivClassName
{
background-color: #CFA85D;
}
.BgClassName
{
background-color: #CFA85D;
}
</style>
border-color css
<style>
span { border-color: #CFA85D; }
span { border-color: rgb(207,168,93); }
td.TdClassName
{
border-color: #CFA85D;
}
.TagClassName
{
border-color: #CFA85D;
}
</style>