Shades of Apache #CFA767
Tints of Apache #CFA767
RGB
CMYK
RGB Variations
Color information
#CFA767 (or 0xCFA767) is known color: Apache. HEX triplet: CF, A7 and 67. RGB value is (207,167,103). Sum of RGB (Red+Green+Blue) = 207+167+103=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA767 is #305898. Grayscale: #ABABAB. Windows color (decimal): -3168409 or 6793167. OLE color: 6793167.
HSL color Cylindrical-coordinate representation of color #CFA767: hue angle of 36.92º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFA767 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 103 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.19 |
| HSL | 36.92º | 0.52% | 0.61% | - |
| HSV(B) | 36.92º | 0.5% | 0.81% | - |
| XYZ | 42 | 41.88 | 18.7 | - |
| YUV | 171.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 103 | 0 | 0.19 | 0.50 | 0.19 | 36.92 | 0.52 | 0.61 |
| Hex | CF | A7 | 67 | 0 | 13 | 32 | 13 | 25 | 34 | 3D |
| Octal | 317 | 247 | 147 | 0 | 23 | 62 | 23 | 45 | 64 | 75 |
| Binary | 11001111 | 10100111 | 1100111 | 0 | 10011 | 110010 | 10011 | 100101 | 110100 | 111101 |
Color Harmonies of #CFA767
Complementary color
Monochromatic Colors of #CFA767
Black with #CFA767
Text Example
Text Example
White with #CFA767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA767; }
p { color: rgb(207,167,103); }
H1.HeaderClassName
{
color: #CFA767;
}
.AnyTagClassName
{
color: #CFA767;
}
</style>
background-color css
<style>
a { background-color: #CFA767; }
a { background-color: rgb(207,167,103); }
div.DivClassName
{
background-color: #CFA767;
}
.BgClassName
{
background-color: #CFA767;
}
</style>
border-color css
<style>
span { border-color: #CFA767; }
span { border-color: rgb(207,167,103); }
td.TdClassName
{
border-color: #CFA767;
}
.TagClassName
{
border-color: #CFA767;
}
</style>