Shades of Apache #CFA766
Tints of Apache #CFA766
RGB
CMYK
RGB Variations
Color information
#CFA766 (or 0xCFA766) is known color: Apache. HEX triplet: CF, A7 and 66. RGB value is (207,167,102). Sum of RGB (Red+Green+Blue) = 207+167+102=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA766 is #305899. Grayscale: #ABABAB. Windows color (decimal): -3168410 or 6727631. OLE color: 6727631.
HSL color Cylindrical-coordinate representation of color #CFA766: hue angle of 37.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA766 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 102 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.19 |
| HSL | 37.14º | 0.52% | 0.61% | - |
| HSV(B) | 37.14º | 0.51% | 0.81% | - |
| XYZ | 41.95 | 41.86 | 18.44 | - |
| YUV | 171.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 102 | 0 | 0.19 | 0.51 | 0.19 | 37.14 | 0.52 | 0.61 |
| Hex | CF | A7 | 66 | 0 | 13 | 33 | 13 | 25 | 34 | 3D |
| Octal | 317 | 247 | 146 | 0 | 23 | 63 | 23 | 45 | 64 | 75 |
| Binary | 11001111 | 10100111 | 1100110 | 0 | 10011 | 110011 | 10011 | 100101 | 110100 | 111101 |
Color Harmonies of #CFA766
Complementary color
Monochromatic Colors of #CFA766
Black with #CFA766
Text Example
Text Example
White with #CFA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA766; }
p { color: rgb(207,167,102); }
H1.HeaderClassName
{
color: #CFA766;
}
.AnyTagClassName
{
color: #CFA766;
}
</style>
background-color css
<style>
a { background-color: #CFA766; }
a { background-color: rgb(207,167,102); }
div.DivClassName
{
background-color: #CFA766;
}
.BgClassName
{
background-color: #CFA766;
}
</style>
border-color css
<style>
span { border-color: #CFA766; }
span { border-color: rgb(207,167,102); }
td.TdClassName
{
border-color: #CFA766;
}
.TagClassName
{
border-color: #CFA766;
}
</style>