Shades of Apache #CFA862
Tints of Apache #CFA862
RGB
CMYK
RGB Variations
Color information
#CFA862 (or 0xCFA862) is known color: Apache. HEX triplet: CF, A8 and 62. RGB value is (207,168,98). Sum of RGB (Red+Green+Blue) = 207+168+98=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA862 is #30579D. Grayscale: #ABABAB. Windows color (decimal): -3168158 or 6465743. OLE color: 6465743.
HSL color Cylindrical-coordinate representation of color #CFA862: hue angle of 38.53º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFA862 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 98 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.19 |
| HSL | 38.53º | 0.53% | 0.6% | - |
| HSV(B) | 38.53º | 0.53% | 0.81% | - |
| XYZ | 41.94 | 42.15 | 17.48 | - |
| YUV | 171.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 98 | 0 | 0.19 | 0.53 | 0.19 | 38.53 | 0.53 | 0.6 |
| Hex | CF | A8 | 62 | 0 | 13 | 35 | 13 | 27 | 35 | 3C |
| Octal | 317 | 250 | 142 | 0 | 23 | 65 | 23 | 47 | 65 | 74 |
| Binary | 11001111 | 10101000 | 1100010 | 0 | 10011 | 110101 | 10011 | 100111 | 110101 | 111100 |
Color Harmonies of #CFA862
Complementary color
Monochromatic Colors of #CFA862
Black with #CFA862
Text Example
Text Example
White with #CFA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA862; }
p { color: rgb(207,168,98); }
H1.HeaderClassName
{
color: #CFA862;
}
.AnyTagClassName
{
color: #CFA862;
}
</style>
background-color css
<style>
a { background-color: #CFA862; }
a { background-color: rgb(207,168,98); }
div.DivClassName
{
background-color: #CFA862;
}
.BgClassName
{
background-color: #CFA862;
}
</style>
border-color css
<style>
span { border-color: #CFA862; }
span { border-color: rgb(207,168,98); }
td.TdClassName
{
border-color: #CFA862;
}
.TagClassName
{
border-color: #CFA862;
}
</style>