Shades of Apache #CFA765
Tints of Apache #CFA765
RGB
CMYK
RGB Variations
Color information
#CFA765 (or 0xCFA765) is known color: Apache. HEX triplet: CF, A7 and 65. RGB value is (207,167,101). Sum of RGB (Red+Green+Blue) = 207+167+101=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA765 is #30589A. Grayscale: #ABABAB. Windows color (decimal): -3168411 or 6662095. OLE color: 6662095.
HSL color Cylindrical-coordinate representation of color #CFA765: hue angle of 37.36º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA765 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 101 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.19 |
| HSL | 37.36º | 0.52% | 0.6% | - |
| HSV(B) | 37.36º | 0.51% | 0.81% | - |
| XYZ | 41.9 | 41.84 | 18.18 | - |
| YUV | 171.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 101 | 0 | 0.19 | 0.51 | 0.19 | 37.36 | 0.52 | 0.6 |
| Hex | CF | A7 | 65 | 0 | 13 | 33 | 13 | 25 | 34 | 3C |
| Octal | 317 | 247 | 145 | 0 | 23 | 63 | 23 | 45 | 64 | 74 |
| Binary | 11001111 | 10100111 | 1100101 | 0 | 10011 | 110011 | 10011 | 100101 | 110100 | 111100 |
Color Harmonies of #CFA765
Complementary color
Monochromatic Colors of #CFA765
Black with #CFA765
Text Example
Text Example
White with #CFA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA765; }
p { color: rgb(207,167,101); }
H1.HeaderClassName
{
color: #CFA765;
}
.AnyTagClassName
{
color: #CFA765;
}
</style>
background-color css
<style>
a { background-color: #CFA765; }
a { background-color: rgb(207,167,101); }
div.DivClassName
{
background-color: #CFA765;
}
.BgClassName
{
background-color: #CFA765;
}
</style>
border-color css
<style>
span { border-color: #CFA765; }
span { border-color: rgb(207,167,101); }
td.TdClassName
{
border-color: #CFA765;
}
.TagClassName
{
border-color: #CFA765;
}
</style>